#067512

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

Shades of Green #067512

Tints of Green #067512

Color information

#067512 (or 0x067512) is unknown color: approx Green. HEX triplet: 06, 75 and 12. RGB value is (6,117,18). Sum of RGB (Red+Green+Blue) = 6+117+18=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 117 (46.09% from 255 or 82.98% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 117 - color contains mainly: green. Hex color #067512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067512 is #F98AED. Grayscale: #484848. Windows color (decimal): -16354030 or 1209606. OLE color: 1209606.

HSL color Cylindrical-coordinate representation of color #067512: hue angle of 126.49º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067512 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB611718-
CMYK0.9500.850.54
HSL126.49º90.24%24.12%-
HSV(B)126.49º94.87%45.88%-
XYZ6.5512.82.7-
YUV72.5397.2380.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 117 (46.09% from 255) = 82.98%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=4.26%
G=82.98%
B=12.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6117180.9500.850.54126.4990.2424.12
Hex675125F055367e5a18
Octal61652213701256617613230
Binary1101110101100101011111010101011101101111110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067512; }

 p { color: rgb(6,117,18); }

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

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

 a { background-color: rgb(6,117,18); }

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

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

 span { border-color: rgb(6,117,18); }

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