Html Css Color HEX #077311 Green

📋 copy color: '#077311'

red 7 ◦ green 115 ◦ blue 17

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

Shades of Green #077311

Tints of Green #077311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.23%

R = 5.04%
G = 82.73%
B = 12.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#077311 (or 0x077311) is known color: Green. HEX triplet: 07, 73 and 11. RGB value is (7,115,17). Sum of RGB (Red+Green+Blue) = 7+115+17=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 115 (45.31% from 255 or 82.73% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 115 - color contains mainly: green. Hex color #077311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077311 is #F88CEE. Grayscale: #474747. Windows color (decimal): -16289007 or 1143559. OLE color: 1143559.

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

Color convert

RGB 7 115 17 -
CMYK 0.94 0 0.85 0.55
HSL 125.56º 0.89% 0.24% -
HSV(B) 125.56º 0.94% 0.45% -
XYZ 6.32 12.35 2.58 -
YUV 71.54 97.22 81.97 -
System Red Green Blue C M Y K H S L
Decimal 7 115 17 0.94 0 0.85 0.55 125.56 0.89 0.24
Hex 7 73 11 5E 0 55 37 7E 59 18
Octal 7 163 21 136 0 125 67 176 131 30
Binary 111 1110011 10001 1011110 0 1010101 110111 1111110 1011001 11000

Color Harmonies of #077311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077311

Black with #077311

Text Example


Text Example

White with #077311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077311; }

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

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

background-color css

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

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

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

border-color css

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

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

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