Html Css Color HEX #077110 Green

📋 copy color: '#077110'

red 7 ◦ green 113 ◦ blue 16

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

Shades of Green #077110

Tints of Green #077110

RGB

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

 GREEN value IS 113 (44.53% from 255) = 83.09%

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

R = 5.15%
G = 83.09%
B = 11.76%

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

#077110 (or 0x077110) is known color: Green. HEX triplet: 07, 71 and 10. RGB value is (7,113,16). Sum of RGB (Red+Green+Blue) = 7+113+16=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 113 (44.53% from 255 or 83.09% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 113 - color contains mainly: green. Hex color #077110 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077110 is #F88EEF. Grayscale: #464646. Windows color (decimal): -16289520 or 1077511. OLE color: 1077511.

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

Color convert

RGB 7 113 16 -
CMYK 0.94 0 0.86 0.56
HSL 125.09º 0.88% 0.24% -
HSV(B) 125.09º 0.94% 0.44% -
XYZ 6.09 11.89 2.46 -
YUV 70.25 97.38 82.89 -
System Red Green Blue C M Y K H S L
Decimal 7 113 16 0.94 0 0.86 0.56 125.09 0.88 0.24
Hex 7 71 10 5E 0 56 38 7D 58 18
Octal 7 161 20 136 0 126 70 175 130 30
Binary 111 1110001 10000 1011110 0 1010110 111000 1111101 1011000 11000

Color Harmonies of #077110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077110

Black with #077110

Text Example


Text Example

White with #077110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077110; }

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

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

background-color css

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

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

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

border-color css

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

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

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