Html Css Color HEX #067012 Green

📋 copy color: '#067012'

red 6 ◦ green 112 ◦ blue 18

#067012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #067012

Tints of Green #067012

RGB

 RED value IS 6 (2.73% from 255) = 4.41%

 GREEN value IS 112 (44.14% from 255) = 82.35%

 BLUE value IS 18 (7.42% from 255) = 13.24%

R = 4.41%
G = 82.35%
B = 13.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#067012 (or 0x067012) is known color: Green. HEX triplet: 06, 70 and 12. RGB value is (6,112,18). Sum of RGB (Red+Green+Blue) = 6+112+18=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 112 (44.14% from 255 or 82.35% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 112 - color contains mainly: green. Hex color #067012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067012 is #F98FED. Grayscale: #454545. Windows color (decimal): -16355310 or 1208326. OLE color: 1208326.

HSL color Cylindrical-coordinate representation of color #067012: hue angle of 126.79º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067012 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 112 18 -
CMYK 0.95 0 0.84 0.56
HSL 126.79º 0.9% 0.23% -
HSV(B) 126.79º 0.95% 0.44% -
XYZ 5.98 11.67 2.51 -
YUV 69.59 98.88 82.64 -
System Red Green Blue C M Y K H S L
Decimal 6 112 18 0.95 0 0.84 0.56 126.79 0.9 0.23
Hex 6 70 12 5F 0 54 38 7F 5A 17
Octal 6 160 22 137 0 124 70 177 132 27
Binary 110 1110000 10010 1011111 0 1010100 111000 1111111 1011010 10111

Color Harmonies of #067012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067012

Black with #067012

Text Example


Text Example

White with #067012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067012; }

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

 H1.HeaderClassName
 {
   color: #067012;
 }
 .AnyTagClassName
 {
   color: #067012;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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