Html Css Color HEX #07700F Green

📋 copy color: '#07700F'

red 7 ◦ green 112 ◦ blue 15

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

Shades of Green #07700F

Tints of Green #07700F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.19%

R = 5.22%
G = 83.58%
B = 11.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#07700F (or 0x07700F) is known color: Green. HEX triplet: 07, 70 and 0F. RGB value is (7,112,15). Sum of RGB (Red+Green+Blue) = 7+112+15=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 112 (44.14% from 255 or 83.58% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 112 - color contains mainly: green. Hex color #07700F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07700F is #F88FF0. Grayscale: #454545. Windows color (decimal): -16289777 or 1011719. OLE color: 1011719.

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

Color convert

RGB 7 112 15 -
CMYK 0.94 0 0.87 0.56
HSL 124.57º 0.88% 0.23% -
HSV(B) 124.57º 0.94% 0.44% -
XYZ 5.97 11.67 2.39 -
YUV 69.55 97.21 83.39 -
System Red Green Blue C M Y K H S L
Decimal 7 112 15 0.94 0 0.87 0.56 124.57 0.88 0.23
Hex 7 70 F 5E 0 57 38 7D 58 17
Octal 7 160 17 136 0 127 70 175 130 27
Binary 111 1110000 1111 1011110 0 1010111 111000 1111101 1011000 10111

Color Harmonies of #07700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07700F

Black with #07700F

Text Example


Text Example

White with #07700F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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