Html Css Color HEX #077319 Green

📋 copy color: '#077319'

red 7 ◦ green 115 ◦ blue 25

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

Shades of Green #077319

Tints of Green #077319

RGB

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

 GREEN value IS 115 (45.31% from 255) = 78.23%

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

R = 4.76%
G = 78.23%
B = 17.01%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#077319 (or 0x077319) is known color: Green. HEX triplet: 07, 73 and 19. RGB value is (7,115,25). Sum of RGB (Red+Green+Blue) = 7+115+25=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 115 (45.31% from 255 or 78.23% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 115 - color contains mainly: green. Hex color #077319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077319 is #F88CE6. Grayscale: #484848. Windows color (decimal): -16288999 or 1667847. OLE color: 1667847.

HSL color Cylindrical-coordinate representation of color #077319: hue angle of 130º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077319 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 115 25 -
CMYK 0.94 0 0.78 0.55
HSL 130º 0.89% 0.24% -
HSV(B) 130º 0.94% 0.45% -
XYZ 6.39 12.38 2.97 -
YUV 72.45 101.22 81.32 -
System Red Green Blue C M Y K H S L
Decimal 7 115 25 0.94 0 0.78 0.55 130 0.89 0.24
Hex 7 73 19 5E 0 4E 37 82 59 18
Octal 7 163 31 136 0 116 67 202 131 30
Binary 111 1110011 11001 1011110 0 1001110 110111 10000010 1011001 11000

Color Harmonies of #077319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077319

Black with #077319

Text Example


Text Example

White with #077319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077319; }

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

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

background-color css

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

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

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

border-color css

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

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

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