Html Css Color HEX #07710E Green

📋 copy color: '#07710E'

red 7 ◦ green 113 ◦ blue 14

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

Shades of Green #07710E

Tints of Green #07710E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.45%

R = 5.22%
G = 84.33%
B = 10.45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#07710E (or 0x07710E) is known color: Green. HEX triplet: 07, 71 and 0E. RGB value is (7,113,14). Sum of RGB (Red+Green+Blue) = 7+113+14=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 113 (44.53% from 255 or 84.33% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 113 - color contains mainly: green. Hex color #07710E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07710E is #F88EF1. Grayscale: #464646. Windows color (decimal): -16289522 or 946439. OLE color: 946439.

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

Color convert

RGB 7 113 14 -
CMYK 0.94 0 0.88 0.56
HSL 123.96º 0.88% 0.24% -
HSV(B) 123.96º 0.94% 0.44% -
XYZ 6.07 11.89 2.39 -
YUV 70.02 96.38 83.05 -
System Red Green Blue C M Y K H S L
Decimal 7 113 14 0.94 0 0.88 0.56 123.96 0.88 0.24
Hex 7 71 E 5E 0 58 38 7C 58 18
Octal 7 161 16 136 0 130 70 174 130 30
Binary 111 1110001 1110 1011110 0 1011000 111000 1111100 1011000 11000

Color Harmonies of #07710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07710E

Black with #07710E

Text Example


Text Example

White with #07710E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07710E; }

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

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

background-color css

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

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

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

border-color css

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

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

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