Html Css Color HEX #077316 Green

📋 copy color: '#077316'

red 7 ◦ green 115 ◦ blue 22

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

Shades of Green #077316

Tints of Green #077316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 79.86%

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

R = 4.86%
G = 79.86%
B = 15.28%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#077316 (or 0x077316) is known color: Green. HEX triplet: 07, 73 and 16. RGB value is (7,115,22). Sum of RGB (Red+Green+Blue) = 7+115+22=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 115 (45.31% from 255 or 79.86% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 115 - color contains mainly: green. Hex color #077316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077316 is #F88CE9. Grayscale: #484848. Windows color (decimal): -16289002 or 1471239. OLE color: 1471239.

HSL color Cylindrical-coordinate representation of color #077316: hue angle of 128.33º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077316 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 115 22 -
CMYK 0.94 0 0.81 0.55
HSL 128.33º 0.89% 0.24% -
HSV(B) 128.33º 0.94% 0.45% -
XYZ 6.36 12.36 2.81 -
YUV 72.11 99.72 81.56 -
System Red Green Blue C M Y K H S L
Decimal 7 115 22 0.94 0 0.81 0.55 128.33 0.89 0.24
Hex 7 73 16 5E 0 51 37 80 59 18
Octal 7 163 26 136 0 121 67 200 131 30
Binary 111 1110011 10110 1011110 0 1010001 110111 10000000 1011001 11000

Color Harmonies of #077316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077316

Black with #077316

Text Example


Text Example

White with #077316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077316; }

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

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

background-color css

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

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

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

border-color css

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

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

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