#67AB0E

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

Shades of Christi #67AB0E

Tints of Christi #67AB0E

Color information

#67AB0E (or 0x67AB0E) is unknown color: approx Christi. HEX triplet: 67, AB and 0E. RGB value is (103,171,14). Sum of RGB (Red+Green+Blue) = 103+171+14=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 171 (67.19% from 255 or 59.38% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 171 - color contains mainly: green. Hex color #67AB0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67AB0E is #9854F1. Grayscale: #858585. Windows color (decimal): -9983218 or 961383. OLE color: 961383.

HSL color Cylindrical-coordinate representation of color #67AB0E: hue angle of 85.99º 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 #67AB0E is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB10317114-
CMYK0.4000.920.33
HSL85.99º84.86%36.27%-
HSV(B)85.99º91.81%67.06%-
XYZ20.2432.045.53-
YUV132.7760.97106.77-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.76%
GREEN value IS 171 (67.19% from 255) = 59.38%
BLUE value IS 14 (5.86% from 255) = 4.86%
R=35.76%
G=59.38%
B=4.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103171140.4000.920.3385.9984.8636.27
Hex67ABE2805C21565524
Octal147253165001344112612544
Binary11001111010101111101010000101110010000110101101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AB0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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