#68AB0E

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

Shades of Christi #68AB0E

Tints of Christi #68AB0E

Color information

#68AB0E (or 0x68AB0E) is unknown color: approx Christi. HEX triplet: 68, AB and 0E. RGB value is (104,171,14). Sum of RGB (Red+Green+Blue) = 104+171+14=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 171 (67.19% from 255 or 59.17% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68AB0E is #9754F1. Grayscale: #858585. Windows color (decimal): -9917682 or 961384. OLE color: 961384.

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

Color convert

RGB10417114-
CMYK0.3900.920.33
HSL85.61º84.86%36.27%-
HSV(B)85.61º91.81%67.06%-
XYZ20.3532.15.54-
YUV133.0760.8107.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.99%
GREEN value IS 171 (67.19% from 255) = 59.17%
BLUE value IS 14 (5.86% from 255) = 4.84%
R=35.99%
G=59.17%
B=4.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104171140.3900.920.3385.6184.8636.27
Hex68ABE2705C21565524
Octal150253164701344112612544
Binary11010001010101111101001110101110010000110101101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AB0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,171,14); }

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

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

 a { background-color: rgb(104,171,14); }

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

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

 span { border-color: rgb(104,171,14); }

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