#68A512

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

Shades of Christi #68A512

Tints of Christi #68A512

Color information

#68A512 (or 0x68A512) is unknown color: approx Christi. HEX triplet: 68, A5 and 12. RGB value is (104,165,18). Sum of RGB (Red+Green+Blue) = 104+165+18=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 165 (64.84% from 255 or 57.49% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 165 - color contains mainly: green. Hex color #68A512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A512 is #975AED. Grayscale: #828282. Windows color (decimal): -9919214 or 1221992. OLE color: 1221992.

HSL color Cylindrical-coordinate representation of color #68A512: hue angle of 84.9º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68A512 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB10416518-
CMYK0.3700.890.35
HSL84.9º80.33%35.88%-
HSV(B)84.9º89.09%64.71%-
XYZ19.2729.95.33-
YUV13064.79109.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.24%
GREEN value IS 165 (64.84% from 255) = 57.49%
BLUE value IS 18 (7.42% from 255) = 6.27%
R=36.24%
G=57.49%
B=6.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal104165180.3700.890.3584.980.3335.88
Hex68A5122505923555024
Octal150245224501314312512044
Binary110100010100101100101001010101100110001110101011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,165,18); }

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

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

 a { background-color: rgb(104,165,18); }

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

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

 span { border-color: rgb(104,165,18); }

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