Html Css Color HEX #077010 Green

📋 copy color: '#077010'

red 7 ◦ green 112 ◦ blue 16

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

Shades of Green #077010

Tints of Green #077010

RGB

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

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

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

R = 5.19%
G = 82.96%
B = 11.85%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#077010 (or 0x077010) is known color: Green. HEX triplet: 07, 70 and 10. RGB value is (7,112,16). Sum of RGB (Red+Green+Blue) = 7+112+16=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 112 (44.14% from 255 or 82.96% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 112 - color contains mainly: green. Hex color #077010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077010 is #F88FEF. Grayscale: #454545. Windows color (decimal): -16289776 or 1077255. OLE color: 1077255.

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

Color convert

RGB 7 112 16 -
CMYK 0.94 0 0.86 0.56
HSL 125.14º 0.88% 0.23% -
HSV(B) 125.14º 0.94% 0.44% -
XYZ 5.98 11.67 2.43 -
YUV 69.66 97.71 83.31 -
System Red Green Blue C M Y K H S L
Decimal 7 112 16 0.94 0 0.86 0.56 125.14 0.88 0.23
Hex 7 70 10 5E 0 56 38 7D 58 17
Octal 7 160 20 136 0 126 70 175 130 27
Binary 111 1110000 10000 1011110 0 1010110 111000 1111101 1011000 10111

Color Harmonies of #077010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077010

Black with #077010

Text Example


Text Example

White with #077010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077010; }

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

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

background-color css

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

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

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

border-color css

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

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

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