Html Css Color HEX #077008 Green

📋 copy color: '#077008'

red 7 ◦ green 112 ◦ blue 8

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

Shades of Green #077008

Tints of Green #077008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.3%

R = 5.51%
G = 88.19%
B = 6.3%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#077008 (or 0x077008) is known color: Green. HEX triplet: 07, 70 and 08. RGB value is (7,112,8). Sum of RGB (Red+Green+Blue) = 7+112+8=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 112 (44.14% from 255 or 88.19% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 112 - color contains mainly: green. Hex color #077008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077008 is #F88FF7. Grayscale: #454545. Windows color (decimal): -16289784 or 552967. OLE color: 552967.

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

Color convert

RGB 7 112 8 -
CMYK 0.94 0 0.93 0.56
HSL 120.57º 0.88% 0.23% -
HSV(B) 120.57º 0.94% 0.44% -
XYZ 5.93 11.65 2.17 -
YUV 68.75 93.71 83.96 -
System Red Green Blue C M Y K H S L
Decimal 7 112 8 0.94 0 0.93 0.56 120.57 0.88 0.23
Hex 7 70 8 5E 0 5D 38 79 58 17
Octal 7 160 10 136 0 135 70 171 130 27
Binary 111 1110000 1000 1011110 0 1011101 111000 1111001 1011000 10111

Color Harmonies of #077008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077008

Black with #077008

Text Example


Text Example

White with #077008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077008; }

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

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

background-color css

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

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

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

border-color css

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

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

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