#68A20C

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

Shades of Christi #68A20C

Tints of Christi #68A20C

Color information

#68A20C (or 0x68A20C) is unknown color: approx Christi. HEX triplet: 68, A2 and 0C. RGB value is (104,162,12). Sum of RGB (Red+Green+Blue) = 104+162+12=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #68A20C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A20C is #975DF3. Grayscale: #808080. Windows color (decimal): -9919988 or 828008. OLE color: 828008.

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

Color convert

RGB10416212-
CMYK0.3600.930.36
HSL83.2º86.21%34.12%-
HSV(B)83.2º92.59%63.53%-
XYZ18.728.814.92-
YUV127.5662.78111.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 162 (63.67% from 255) = 58.27%
BLUE value IS 12 (5.08% from 255) = 4.32%
R=37.41%
G=58.27%
B=4.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104162120.3600.930.3683.286.2134.12
Hex68A2C2405D24535622
Octal150242144401354412312642
Binary11010001010001011001001000101110110010010100111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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