Html Css Color HEX #077000 Green

📋 copy color: '#077000'

red 7 ◦ green 112 ◦ blue 0

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

Shades of Green #077000

Tints of Green #077000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 5.88%
G = 94.12%
B = 0%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#077000 (or 0x077000) is known color: Green. HEX triplet: 07, 70 and 00. RGB value is (7,112,0). Sum of RGB (Red+Green+Blue) = 7+112+0=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 112 (44.14% from 255 or 94.12% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 112 - color contains mainly: green. Hex color #077000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077000 is #F88FFF. Grayscale: #444444. Windows color (decimal): -16289792 or 28679. OLE color: 28679.

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

Color convert

RGB 7 112 0 -
CMYK 0.94 0 1 0.56
HSL 116.25º 1% 0.22% -
HSV(B) 116.25º 1% 0.44% -
XYZ 5.88 11.63 1.94 -
YUV 67.84 89.71 84.61 -
System Red Green Blue C M Y K H S L
Decimal 7 112 0 0.94 0 1 0.56 116.25 1 0.22
Hex 7 70 0 5E 0 64 38 74 64 16
Octal 7 160 0 136 0 144 70 164 144 26
Binary 111 1110000 0 1011110 0 1100100 111000 1110100 1100100 10110

Color Harmonies of #077000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077000

Black with #077000

Text Example


Text Example

White with #077000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077000; }

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

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

background-color css

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

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

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

border-color css

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

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

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