Html Css Color HEX #077310 Green

📋 copy color: '#077310'

red 7 ◦ green 115 ◦ blue 16

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

Shades of Green #077310

Tints of Green #077310

RGB

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

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

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

R = 5.07%
G = 83.33%
B = 11.59%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#077310 (or 0x077310) is known color: Green. HEX triplet: 07, 73 and 10. RGB value is (7,115,16). Sum of RGB (Red+Green+Blue) = 7+115+16=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 115 (45.31% from 255 or 83.33% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 115 - color contains mainly: green. Hex color #077310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077310 is #F88CEF. Grayscale: #474747. Windows color (decimal): -16289008 or 1078023. OLE color: 1078023.

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

Color convert

RGB 7 115 16 -
CMYK 0.94 0 0.86 0.55
HSL 125º 0.89% 0.24% -
HSV(B) 125º 0.94% 0.45% -
XYZ 6.31 12.34 2.54 -
YUV 71.42 96.72 82.05 -
System Red Green Blue C M Y K H S L
Decimal 7 115 16 0.94 0 0.86 0.55 125 0.89 0.24
Hex 7 73 10 5E 0 56 37 7D 59 18
Octal 7 163 20 136 0 126 67 175 131 30
Binary 111 1110011 10000 1011110 0 1010110 110111 1111101 1011001 11000

Color Harmonies of #077310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077310

Black with #077310

Text Example


Text Example

White with #077310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077310; }

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

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

background-color css

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

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

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

border-color css

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

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

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