#68B72C

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

Shades of Christi #68B72C

Tints of Christi #68B72C

Color information

#68B72C (or 0x68B72C) is unknown color: approx Christi. HEX triplet: 68, B7 and 2C. RGB value is (104,183,44). Sum of RGB (Red+Green+Blue) = 104+183+44=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 183 (71.88% from 255 or 55.29% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 183 - color contains mainly: green. Hex color #68B72C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B72C is #9748D3. Grayscale: #909090. Windows color (decimal): -9914580 or 2930536. OLE color: 2930536.

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

Color convert

RGB10418344-
CMYK0.4300.760.28
HSL94.1º61.23%44.51%-
HSV(B)94.1º75.96%71.76%-
XYZ23.136.998.31-
YUV143.5371.8399.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.42%
GREEN value IS 183 (71.88% from 255) = 55.29%
BLUE value IS 44 (17.58% from 255) = 13.29%
R=31.42%
G=55.29%
B=13.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal104183440.4300.760.2894.161.2344.51
Hex68B72C2B04C1C5e3d2d
Octal15026754530114341367555
Binary11010001011011110110010101101001100111001011110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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