#067A18

Color #067A18 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #067A18

Tints of Green #067A18

Color information

#067A18 (or 0x067A18) is unknown color: approx Green. HEX triplet: 06, 7A and 18. RGB value is (6,122,24). Sum of RGB (Red+Green+Blue) = 6+122+24=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 122 (48.05% from 255 or 80.26% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 122 - color contains mainly: green. Hex color #067A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067A18 is #F985E7. Grayscale: #4C4C4C. Windows color (decimal): -16352744 or 1604102. OLE color: 1604102.

HSL color Cylindrical-coordinate representation of color #067A18: hue angle of 129.31º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067A18 is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB612224-
CMYK0.9500.800.52
HSL129.31º90.62%25.1%-
HSV(B)129.31º95.08%47.84%-
XYZ7.214.023.19-
YUV76.1498.5777.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 122 (48.05% from 255) = 80.26%
BLUE value IS 24 (9.77% from 255) = 15.79%
R=3.95%
G=80.26%
B=15.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6122240.9500.800.52129.3190.6225.1
Hex67A185F05034815b19
Octal61723013701206420113331
Binary11011110101100010111110101000011010010000001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067A18; }

 p { color: rgb(6,122,24); }

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

<style>
 a { background-color: #067A18; }

 a { background-color: rgb(6,122,24); }

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

<style>
 span { border-color: #067A18; }

 span { border-color: rgb(6,122,24); }

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