Html Css Color HEX #077005 Green

📋 copy color: '#077005'

red 7 ◦ green 112 ◦ blue 5

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

Shades of Green #077005

Tints of Green #077005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.03%

R = 5.65%
G = 90.32%
B = 4.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#077005 (or 0x077005) is known color: Green. HEX triplet: 07, 70 and 05. RGB value is (7,112,5). Sum of RGB (Red+Green+Blue) = 7+112+5=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 112 (44.14% from 255 or 90.32% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 112 - color contains mainly: green. Hex color #077005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077005 is #F88FFA. Grayscale: #444444. Windows color (decimal): -16289787 or 356359. OLE color: 356359.

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

Color convert

RGB 7 112 5 -
CMYK 0.94 0 0.96 0.56
HSL 118.88º 0.91% 0.23% -
HSV(B) 118.88º 0.96% 0.44% -
XYZ 5.91 11.64 2.08 -
YUV 68.41 92.21 84.2 -
System Red Green Blue C M Y K H S L
Decimal 7 112 5 0.94 0 0.96 0.56 118.88 0.91 0.23
Hex 7 70 5 5E 0 60 38 77 5B 17
Octal 7 160 5 136 0 140 70 167 133 27
Binary 111 1110000 101 1011110 0 1100000 111000 1110111 1011011 10111

Color Harmonies of #077005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077005

Black with #077005

Text Example


Text Example

White with #077005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077005; }

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

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

background-color css

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

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

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

border-color css

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

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

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