Html Css Color HEX #076012 Green

📋 copy color: '#076012'

red 7 ◦ green 96 ◦ blue 18

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

Shades of Green #076012

Tints of Green #076012

RGB

 RED value IS 7 (3.13% from 255) = 5.79%

 GREEN value IS 96 (37.89% from 255) = 79.34%

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

R = 5.79%
G = 79.34%
B = 14.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#076012 (or 0x076012) is known color: Green. HEX triplet: 07, 60 and 12. RGB value is (7,96,18). Sum of RGB (Red+Green+Blue) = 7+96+18=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 96 (37.89% from 255 or 79.34% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 96 - color contains mainly: green. Hex color #076012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076012 is #F89FED. Grayscale: #3C3C3C. Windows color (decimal): -16293870 or 1204231. OLE color: 1204231.

HSL color Cylindrical-coordinate representation of color #076012: hue angle of 127.42º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076012 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 96 18 -
CMYK 0.93 0 0.81 0.62
HSL 127.42º 0.86% 0.2% -
HSV(B) 127.42º 0.93% 0.38% -
XYZ 4.38 8.45 1.97 -
YUV 60.5 104.01 89.84 -
System Red Green Blue C M Y K H S L
Decimal 7 96 18 0.93 0 0.81 0.62 127.42 0.86 0.2
Hex 7 60 12 5D 0 51 3E 7F 56 14
Octal 7 140 22 135 0 121 76 177 126 24
Binary 111 1100000 10010 1011101 0 1010001 111110 1111111 1010110 10100

Color Harmonies of #076012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076012

Black with #076012

Text Example


Text Example

White with #076012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076012; }

 p { color: rgb(7,96,18); }

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

background-color css

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

 a { background-color: rgb(7,96,18); }

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

border-color css

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

 span { border-color: rgb(7,96,18); }

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