#68B720

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

Shades of Christi #68B720

Tints of Christi #68B720

Color information

#68B720 (or 0x68B720) is unknown color: approx Christi. HEX triplet: 68, B7 and 20. RGB value is (104,183,32). Sum of RGB (Red+Green+Blue) = 104+183+32=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 183 (71.88% from 255 or 57.37% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 183 - color contains mainly: green. Hex color #68B720 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B720 is #9748DF. Grayscale: #8E8E8E. Windows color (decimal): -9914592 or 2144104. OLE color: 2144104.

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

Color convert

RGB10418332-
CMYK0.4300.830.28
HSL91.39º70.23%42.16%-
HSV(B)91.39º82.51%71.76%-
XYZ22.936.917.28-
YUV142.1665.83100.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 183 (71.88% from 255) = 57.37%
BLUE value IS 32 (12.89% from 255) = 10.03%
R=32.60%
G=57.37%
B=10.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal104183320.4300.830.2891.3970.2342.16
Hex68B7202B0531C5b462a
Octal150267405301233413310652
Binary110100010110111100000101011010100111110010110111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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