Html Css Color HEX #077116 Green

📋 copy color: '#077116'

red 7 ◦ green 113 ◦ blue 22

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

Shades of Green #077116

Tints of Green #077116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.49%

R = 4.93%
G = 79.58%
B = 15.49%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#077116 (or 0x077116) is known color: Green. HEX triplet: 07, 71 and 16. RGB value is (7,113,22). Sum of RGB (Red+Green+Blue) = 7+113+22=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 113 (44.53% from 255 or 79.58% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 113 - color contains mainly: green. Hex color #077116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077116 is #F88EE9. Grayscale: #474747. Windows color (decimal): -16289514 or 1470727. OLE color: 1470727.

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

Color convert

RGB 7 113 22 -
CMYK 0.94 0 0.81 0.56
HSL 128.49º 0.88% 0.24% -
HSV(B) 128.49º 0.94% 0.44% -
XYZ 6.14 11.91 2.74 -
YUV 70.93 100.38 82.4 -
System Red Green Blue C M Y K H S L
Decimal 7 113 22 0.94 0 0.81 0.56 128.49 0.88 0.24
Hex 7 71 16 5E 0 51 38 80 58 18
Octal 7 161 26 136 0 121 70 200 130 30
Binary 111 1110001 10110 1011110 0 1010001 111000 10000000 1011000 11000

Color Harmonies of #077116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077116

Black with #077116

Text Example


Text Example

White with #077116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077116; }

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

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

background-color css

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

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

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

border-color css

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

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

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