Html Css Color HEX #077012 Green

📋 copy color: '#077012'

red 7 ◦ green 112 ◦ blue 18

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

Shades of Green #077012

Tints of Green #077012

RGB

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

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

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

R = 5.11%
G = 81.75%
B = 13.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#077012 (or 0x077012) is known color: Green. HEX triplet: 07, 70 and 12. RGB value is (7,112,18). Sum of RGB (Red+Green+Blue) = 7+112+18=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 112 (44.14% from 255 or 81.75% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 112 - color contains mainly: green. Hex color #077012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077012 is #F88FED. Grayscale: #464646. Windows color (decimal): -16289774 or 1208327. OLE color: 1208327.

HSL color Cylindrical-coordinate representation of color #077012: hue angle of 126.29º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077012 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 112 18 -
CMYK 0.94 0 0.84 0.56
HSL 126.29º 0.88% 0.23% -
HSV(B) 126.29º 0.94% 0.44% -
XYZ 5.99 11.68 2.51 -
YUV 69.89 98.71 83.14 -
System Red Green Blue C M Y K H S L
Decimal 7 112 18 0.94 0 0.84 0.56 126.29 0.88 0.23
Hex 7 70 12 5E 0 54 38 7E 58 17
Octal 7 160 22 136 0 124 70 176 130 27
Binary 111 1110000 10010 1011110 0 1010100 111000 1111110 1011000 10111

Color Harmonies of #077012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077012

Black with #077012

Text Example


Text Example

White with #077012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077012; }

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

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

background-color css

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

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

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

border-color css

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

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

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