#68A21C

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

Shades of Christi #68A21C

Tints of Christi #68A21C

Color information

#68A21C (or 0x68A21C) is unknown color: approx Christi. HEX triplet: 68, A2 and 1C. RGB value is (104,162,28). Sum of RGB (Red+Green+Blue) = 104+162+28=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 162 (63.67% from 255 or 55.10% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 162 - color contains mainly: green. Hex color #68A21C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A21C is #975DE3. Grayscale: #818181. Windows color (decimal): -9919972 or 1876584. OLE color: 1876584.

HSL color Cylindrical-coordinate representation of color #68A21C: hue angle of 85.97º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #68A21C is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB10416228-
CMYK0.3600.830.36
HSL85.97º70.53%37.25%-
HSV(B)85.97º82.72%63.53%-
XYZ18.8428.875.68-
YUV129.3870.78109.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.37%
GREEN value IS 162 (63.67% from 255) = 55.10%
BLUE value IS 28 (11.33% from 255) = 9.52%
R=35.37%
G=55.10%
B=9.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104162280.3600.830.3685.9770.5337.25
Hex68A21C2405324564725
Octal150242344401234412610745
Binary110100010100010111001001000101001110010010101101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A21C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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