#68B729

Color #68B729 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #68B729

Tints of Christi #68B729

Color information

#68B729 (or 0x68B729) is unknown color: approx Christi. HEX triplet: 68, B7 and 29. RGB value is (104,183,41). Sum of RGB (Red+Green+Blue) = 104+183+41=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 183 (71.88% from 255 or 55.79% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 183 - color contains mainly: green. Hex color #68B729 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B729 is #9748D6. Grayscale: #8F8F8F. Windows color (decimal): -9914583 or 2733928. OLE color: 2733928.

HSL color Cylindrical-coordinate representation of color #68B729: hue angle of 93.38º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68B729 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB10418341-
CMYK0.4300.780.28
HSL93.38º63.39%43.92%-
HSV(B)93.38º77.6%71.76%-
XYZ23.0436.978.02-
YUV143.1970.33100.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 183 (71.88% from 255) = 55.79%
BLUE value IS 41 (16.41% from 255) = 12.5%
R=31.71%
G=55.79%
B=12.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal104183410.4300.780.2893.3863.3943.92
Hex68B7292B04E1C5d3f2c
Octal15026751530116341357754
Binary11010001011011110100110101101001110111001011101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68B729; }

 p { color: rgb(104,183,41); }

 H1.HeaderClassName
 {
   color: #68B729;
 }
 .AnyTagClassName
 {
   color: #68B729;
 }
</style>
background-color css

<style>
 a { background-color: #68B729; }

 a { background-color: rgb(104,183,41); }

 div.DivClassName
 {
   background-color: #68B729;
 }
 .BgClassName
 {
   background-color: #68B729;
 }
</style>
border-color css

<style>
 span { border-color: #68B729; }

 span { border-color: rgb(104,183,41); }

 td.TdClassName
 {
   border-color: #68B729;
 }
 .TagClassName
 {
   border-color: #68B729;
 }
</style>