Html Css Color HEX #077019 Green

📋 copy color: '#077019'

red 7 ◦ green 112 ◦ blue 25

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

Shades of Green #077019

Tints of Green #077019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.36%

R = 4.86%
G = 77.78%
B = 17.36%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#077019 (or 0x077019) is known color: Green. HEX triplet: 07, 70 and 19. RGB value is (7,112,25). Sum of RGB (Red+Green+Blue) = 7+112+25=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 112 (44.14% from 255 or 77.78% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 112 - color contains mainly: green. Hex color #077019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077019 is #F88FE6. Grayscale: #464646. Windows color (decimal): -16289767 or 1667079. OLE color: 1667079.

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

Color convert

RGB 7 112 25 -
CMYK 0.94 0 0.78 0.56
HSL 130.29º 0.88% 0.23% -
HSV(B) 130.29º 0.94% 0.44% -
XYZ 6.06 11.7 2.86 -
YUV 70.69 102.21 82.57 -
System Red Green Blue C M Y K H S L
Decimal 7 112 25 0.94 0 0.78 0.56 130.29 0.88 0.23
Hex 7 70 19 5E 0 4E 38 82 58 17
Octal 7 160 31 136 0 116 70 202 130 27
Binary 111 1110000 11001 1011110 0 1001110 111000 10000010 1011000 10111

Color Harmonies of #077019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077019

Black with #077019

Text Example


Text Example

White with #077019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077019; }

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

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

background-color css

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

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

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

border-color css

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

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

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