Html Css Color HEX #067016 Green

📋 copy color: '#067016'

red 6 ◦ green 112 ◦ blue 22

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

Shades of Green #067016

Tints of Green #067016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.71%

R = 4.29%
G = 80%
B = 15.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#067016 (or 0x067016) is known color: Green. HEX triplet: 06, 70 and 16. RGB value is (6,112,22). Sum of RGB (Red+Green+Blue) = 6+112+22=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 112 (44.14% from 255 or 80% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 112 - color contains mainly: green. Hex color #067016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067016 is #F98FE9. Grayscale: #464646. Windows color (decimal): -16355306 or 1470470. OLE color: 1470470.

HSL color Cylindrical-coordinate representation of color #067016: hue angle of 129.06º 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 #067016 is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 112 22 -
CMYK 0.95 0 0.80 0.56
HSL 129.06º 0.9% 0.23% -
HSV(B) 129.06º 0.95% 0.44% -
XYZ 6.01 11.68 2.7 -
YUV 70.05 100.88 82.32 -
System Red Green Blue C M Y K H S L
Decimal 6 112 22 0.95 0 0.80 0.56 129.06 0.9 0.23
Hex 6 70 16 5F 0 50 38 81 5A 17
Octal 6 160 26 137 0 120 70 201 132 27
Binary 110 1110000 10110 1011111 0 1010000 111000 10000001 1011010 10111

Color Harmonies of #067016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067016

Black with #067016

Text Example


Text Example

White with #067016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067016; }

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

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

background-color css

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

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

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

border-color css

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

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

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