Html Css Color HEX #067010 Green

📋 copy color: '#067010'

red 6 ◦ green 112 ◦ blue 16

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

Shades of Green #067010

Tints of Green #067010

RGB

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

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

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

R = 4.48%
G = 83.58%
B = 11.94%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#067010 (or 0x067010) is known color: Green. HEX triplet: 06, 70 and 10. RGB value is (6,112,16). Sum of RGB (Red+Green+Blue) = 6+112+16=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 112 (44.14% from 255 or 83.58% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 112 - color contains mainly: green. Hex color #067010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067010 is #F98FEF. Grayscale: #454545. Windows color (decimal): -16355312 or 1077254. OLE color: 1077254.

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

Color convert

RGB 6 112 16 -
CMYK 0.95 0 0.86 0.56
HSL 125.66º 0.9% 0.23% -
HSV(B) 125.66º 0.95% 0.44% -
XYZ 5.96 11.66 2.43 -
YUV 69.36 97.88 82.81 -
System Red Green Blue C M Y K H S L
Decimal 6 112 16 0.95 0 0.86 0.56 125.66 0.9 0.23
Hex 6 70 10 5F 0 56 38 7E 5A 17
Octal 6 160 20 137 0 126 70 176 132 27
Binary 110 1110000 10000 1011111 0 1010110 111000 1111110 1011010 10111

Color Harmonies of #067010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067010

Black with #067010

Text Example


Text Example

White with #067010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067010; }

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

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

background-color css

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

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

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

border-color css

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

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

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