#67a018

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

Shades of Christi #67A018

Tints of Christi #67A018

Color information

#67A018 (or 0x67A018) is unknown color: approx Christi. HEX triplet: 67, A0 and 18. RGB value is (103,160,24). Sum of RGB (Red+Green+Blue) = 103+160+24=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 160 (62.89% from 255 or 55.75% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 160 - color contains mainly: green. Hex color #67A018 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67A018 is #985FE7. Grayscale: #7F7F7F. Windows color (decimal): -9986024 or 1613927. OLE color: 1613927.

HSL color Cylindrical-coordinate representation of color #67A018: hue angle of 85.15º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #67A018 is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB10316024-
CMYK0.3600.850.37
HSL85.15º73.91%36.08%-
HSV(B)85.15º85%62.75%-
XYZ18.3328.095.32-
YUV127.4569.62110.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.89%
GREEN value IS 160 (62.89% from 255) = 55.75%
BLUE value IS 24 (9.77% from 255) = 8.36%
R=35.89%
G=55.75%
B=8.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal103160240.3600.850.3785.1573.9136.08
Hex67A0182405525554a24
Octal147240304401254512511244
Binary110011110100000110001001000101010110010110101011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67a018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,160,24); }

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

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

 a { background-color: rgb(103,160,24); }

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

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

 span { border-color: rgb(103,160,24); }

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