Html Css Color HEX #067014 Green

📋 copy color: '#067014'

red 6 ◦ green 112 ◦ blue 20

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

Shades of Green #067014

Tints of Green #067014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.49%

R = 4.35%
G = 81.16%
B = 14.49%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#067014 (or 0x067014) is known color: Green. HEX triplet: 06, 70 and 14. RGB value is (6,112,20). Sum of RGB (Red+Green+Blue) = 6+112+20=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 112 (44.14% from 255 or 81.16% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 112 - color contains mainly: green. Hex color #067014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067014 is #F98FEB. Grayscale: #464646. Windows color (decimal): -16355308 or 1339398. OLE color: 1339398.

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

Color convert

RGB 6 112 20 -
CMYK 0.95 0 0.82 0.56
HSL 127.92º 0.9% 0.23% -
HSV(B) 127.92º 0.95% 0.44% -
XYZ 6 11.68 2.6 -
YUV 69.82 99.88 82.48 -
System Red Green Blue C M Y K H S L
Decimal 6 112 20 0.95 0 0.82 0.56 127.92 0.9 0.23
Hex 6 70 14 5F 0 52 38 80 5A 17
Octal 6 160 24 137 0 122 70 200 132 27
Binary 110 1110000 10100 1011111 0 1010010 111000 10000000 1011010 10111

Color Harmonies of #067014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067014

Black with #067014

Text Example


Text Example

White with #067014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067014; }

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

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

background-color css

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

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

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

border-color css

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

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

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