Html Css Color HEX #077716 Green

📋 copy color: '#077716'

red 7 ◦ green 119 ◦ blue 22

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

Shades of Green #077716

Tints of Green #077716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 80.41%

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

R = 4.73%
G = 80.41%
B = 14.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#077716 (or 0x077716) is known color: Green. HEX triplet: 07, 77 and 16. RGB value is (7,119,22). Sum of RGB (Red+Green+Blue) = 7+119+22=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 119 (46.88% from 255 or 80.41% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 119 - color contains mainly: green. Hex color #077716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077716 is #F888E9. Grayscale: #4A4A4A. Windows color (decimal): -16287978 or 1472263. OLE color: 1472263.

HSL color Cylindrical-coordinate representation of color #077716: hue angle of 128.04º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077716 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 119 22 -
CMYK 0.94 0 0.82 0.53
HSL 128.04º 0.89% 0.25% -
HSV(B) 128.04º 0.94% 0.47% -
XYZ 6.83 13.3 2.97 -
YUV 74.45 98.39 79.89 -
System Red Green Blue C M Y K H S L
Decimal 7 119 22 0.94 0 0.82 0.53 128.04 0.89 0.25
Hex 7 77 16 5E 0 52 35 80 59 19
Octal 7 167 26 136 0 122 65 200 131 31
Binary 111 1110111 10110 1011110 0 1010010 110101 10000000 1011001 11001

Color Harmonies of #077716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077716

Black with #077716

Text Example


Text Example

White with #077716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077716; }

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

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

background-color css

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

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

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

border-color css

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

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

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