#67A318

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

Shades of Christi #67A318

Tints of Christi #67A318

Color information

#67A318 (or 0x67A318) is unknown color: approx Christi. HEX triplet: 67, A3 and 18. RGB value is (103,163,24). Sum of RGB (Red+Green+Blue) = 103+163+24=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 163 (64.06% from 255 or 56.21% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 163 - color contains mainly: green. Hex color #67A318 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67A318 is #985CE7. Grayscale: #818181. Windows color (decimal): -9985256 or 1614695. OLE color: 1614695.

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

Color convert

RGB10316324-
CMYK0.3700.850.36
HSL85.9º74.33%36.67%-
HSV(B)85.9º85.28%63.92%-
XYZ18.8629.145.5-
YUV129.2168.62109.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.52%
GREEN value IS 163 (64.06% from 255) = 56.21%
BLUE value IS 24 (9.77% from 255) = 8.28%
R=35.52%
G=56.21%
B=8.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal103163240.3700.850.3685.974.3336.67
Hex67A3182505524564a25
Octal147243304501254412611245
Binary110011110100011110001001010101010110010010101101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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