Html Css Color HEX #07700D Green

📋 copy color: '#07700D'

red 7 ◦ green 112 ◦ blue 13

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

Shades of Green #07700D

Tints of Green #07700D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 84.85%

 BLUE value IS 13 (5.47% from 255) = 9.85%

R = 5.3%
G = 84.85%
B = 9.85%

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

#07700D (or 0x07700D) is known color: Green. HEX triplet: 07, 70 and 0D. RGB value is (7,112,13). Sum of RGB (Red+Green+Blue) = 7+112+13=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 112 (44.14% from 255 or 84.85% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 112 - color contains mainly: green. Hex color #07700D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07700D is #F88FF2. Grayscale: #454545. Windows color (decimal): -16289779 or 880647. OLE color: 880647.

HSL color Cylindrical-coordinate representation of color #07700D: hue angle of 123.43º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07700D is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 112 13 -
CMYK 0.94 0 0.88 0.56
HSL 123.43º 0.88% 0.23% -
HSV(B) 123.43º 0.94% 0.44% -
XYZ 5.95 11.66 2.32 -
YUV 69.32 96.21 83.55 -
System Red Green Blue C M Y K H S L
Decimal 7 112 13 0.94 0 0.88 0.56 123.43 0.88 0.23
Hex 7 70 D 5E 0 58 38 7B 58 17
Octal 7 160 15 136 0 130 70 173 130 27
Binary 111 1110000 1101 1011110 0 1011000 111000 1111011 1011000 10111

Color Harmonies of #07700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07700D

Black with #07700D

Text Example


Text Example

White with #07700D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07700D; }

 p { color: rgb(7,112,13); }

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

background-color css

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

 a { background-color: rgb(7,112,13); }

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

border-color css

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

 span { border-color: rgb(7,112,13); }

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