#68A220

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

Shades of Christi #68A220

Tints of Christi #68A220

Color information

#68A220 (or 0x68A220) is unknown color: approx Christi. HEX triplet: 68, A2 and 20. RGB value is (104,162,32). Sum of RGB (Red+Green+Blue) = 104+162+32=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 162 (63.67% from 255 or 54.36% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 162 - color contains mainly: green. Hex color #68A220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A220 is #975DDF. Grayscale: #828282. Windows color (decimal): -9919968 or 2138728. OLE color: 2138728.

HSL color Cylindrical-coordinate representation of color #68A220: hue angle of 86.77º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68A220 is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB10416232-
CMYK0.3600.800.36
HSL86.77º67.01%38.04%-
HSV(B)86.77º80.25%63.53%-
XYZ18.8928.895.95-
YUV129.8472.78109.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 162 (63.67% from 255) = 54.36%
BLUE value IS 32 (12.89% from 255) = 10.74%
R=34.90%
G=54.36%
B=10.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104162320.3600.800.3686.7767.0138.04
Hex68A2202405024574326
Octal150242404401204412710346
Binary1101000101000101000001001000101000010010010101111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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