Html Css Color HEX #067210 Green

📋 copy color: '#067210'

red 6 ◦ green 114 ◦ blue 16

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

Shades of Green #067210

Tints of Green #067210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 83.82%

 BLUE value IS 16 (6.64% from 255) = 11.76%

R = 4.41%
G = 83.82%
B = 11.76%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#067210 (or 0x067210) is known color: Green. HEX triplet: 06, 72 and 10. RGB value is (6,114,16). Sum of RGB (Red+Green+Blue) = 6+114+16=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 114 (44.92% from 255 or 83.82% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 114 - color contains mainly: green. Hex color #067210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067210 is #F98DEF. Grayscale: #464646. Windows color (decimal): -16354800 or 1077766. OLE color: 1077766.

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

Color convert

RGB 6 114 16 -
CMYK 0.95 0 0.86 0.55
HSL 125.56º 0.9% 0.24% -
HSV(B) 125.56º 0.95% 0.45% -
XYZ 6.19 12.11 2.5 -
YUV 70.54 97.22 81.97 -
System Red Green Blue C M Y K H S L
Decimal 6 114 16 0.95 0 0.86 0.55 125.56 0.9 0.24
Hex 6 72 10 5F 0 56 37 7E 5A 18
Octal 6 162 20 137 0 126 67 176 132 30
Binary 110 1110010 10000 1011111 0 1010110 110111 1111110 1011010 11000

Color Harmonies of #067210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067210

Black with #067210

Text Example


Text Example

White with #067210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067210; }

 p { color: rgb(6,114,16); }

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

background-color css

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

 a { background-color: rgb(6,114,16); }

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

border-color css

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

 span { border-color: rgb(6,114,16); }

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