Html Css Color HEX #077011 Green

📋 copy color: '#077011'

red 7 ◦ green 112 ◦ blue 17

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

Shades of Green #077011

Tints of Green #077011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.5%

R = 5.15%
G = 82.35%
B = 12.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#077011 (or 0x077011) is known color: Green. HEX triplet: 07, 70 and 11. RGB value is (7,112,17). Sum of RGB (Red+Green+Blue) = 7+112+17=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 112 (44.14% from 255 or 82.35% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 112 - color contains mainly: green. Hex color #077011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077011 is #F88FEE. Grayscale: #464646. Windows color (decimal): -16289775 or 1142791. OLE color: 1142791.

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

Color convert

RGB 7 112 17 -
CMYK 0.94 0 0.85 0.56
HSL 125.71º 0.88% 0.23% -
HSV(B) 125.71º 0.94% 0.44% -
XYZ 5.98 11.67 2.47 -
YUV 69.78 98.21 83.22 -
System Red Green Blue C M Y K H S L
Decimal 7 112 17 0.94 0 0.85 0.56 125.71 0.88 0.23
Hex 7 70 11 5E 0 55 38 7E 58 17
Octal 7 160 21 136 0 125 70 176 130 27
Binary 111 1110000 10001 1011110 0 1010101 111000 1111110 1011000 10111

Color Harmonies of #077011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077011

Black with #077011

Text Example


Text Example

White with #077011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077011; }

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

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

background-color css

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

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

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

border-color css

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

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

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