Html Css Color HEX #07710C Green

📋 copy color: '#07710C'

red 7 ◦ green 113 ◦ blue 12

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

Shades of Green #07710C

Tints of Green #07710C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.09%

R = 5.3%
G = 85.61%
B = 9.09%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#07710C (or 0x07710C) is known color: Green. HEX triplet: 07, 71 and 0C. RGB value is (7,113,12). Sum of RGB (Red+Green+Blue) = 7+113+12=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 113 (44.53% from 255 or 85.61% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 113 - color contains mainly: green. Hex color #07710C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07710C is #F88EF3. Grayscale: #464646. Windows color (decimal): -16289524 or 815367. OLE color: 815367.

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

Color convert

RGB 7 113 12 -
CMYK 0.94 0 0.89 0.56
HSL 122.83º 0.88% 0.24% -
HSV(B) 122.83º 0.94% 0.44% -
XYZ 6.06 11.88 2.32 -
YUV 69.79 95.38 83.21 -
System Red Green Blue C M Y K H S L
Decimal 7 113 12 0.94 0 0.89 0.56 122.83 0.88 0.24
Hex 7 71 C 5E 0 59 38 7B 58 18
Octal 7 161 14 136 0 131 70 173 130 30
Binary 111 1110001 1100 1011110 0 1011001 111000 1111011 1011000 11000

Color Harmonies of #07710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07710C

Black with #07710C

Text Example


Text Example

White with #07710C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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