#68AA21

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

Shades of Christi #68AA21

Tints of Christi #68AA21

Color information

#68AA21 (or 0x68AA21) is unknown color: approx Christi. HEX triplet: 68, AA and 21. RGB value is (104,170,33). Sum of RGB (Red+Green+Blue) = 104+170+33=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AA21 is #9755DE. Grayscale: #878787. Windows color (decimal): -9917919 or 2206312. OLE color: 2206312.

HSL color Cylindrical-coordinate representation of color #68AA21: hue angle of 88.91º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68AA21 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB10417033-
CMYK0.3900.810.33
HSL88.91º67.49%39.8%-
HSV(B)88.91º80.59%66.67%-
XYZ20.3631.86.5-
YUV134.6570.63106.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 170 (66.80% from 255) = 55.37%
BLUE value IS 33 (13.28% from 255) = 10.75%
R=33.88%
G=55.37%
B=10.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104170330.3900.810.3388.9167.4939.8
Hex68AA212705121594328
Octal150252414701214113110350
Binary1101000101010101000011001110101000110000110110011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,170,33); }

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

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

 a { background-color: rgb(104,170,33); }

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

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

 span { border-color: rgb(104,170,33); }

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