Html Css Color HEX #077314 Green

📋 copy color: '#077314'

red 7 ◦ green 115 ◦ blue 20

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

Shades of Green #077314

Tints of Green #077314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.08%

R = 4.93%
G = 80.99%
B = 14.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#077314 (or 0x077314) is known color: Green. HEX triplet: 07, 73 and 14. RGB value is (7,115,20). Sum of RGB (Red+Green+Blue) = 7+115+20=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 115 (45.31% from 255 or 80.99% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 115 - color contains mainly: green. Hex color #077314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077314 is #F88CEB. Grayscale: #484848. Windows color (decimal): -16289004 or 1340167. OLE color: 1340167.

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

Color convert

RGB 7 115 20 -
CMYK 0.94 0 0.83 0.55
HSL 127.22º 0.89% 0.24% -
HSV(B) 127.22º 0.94% 0.45% -
XYZ 6.34 12.36 2.71 -
YUV 71.88 98.72 81.72 -
System Red Green Blue C M Y K H S L
Decimal 7 115 20 0.94 0 0.83 0.55 127.22 0.89 0.24
Hex 7 73 14 5E 0 53 37 7F 59 18
Octal 7 163 24 136 0 123 67 177 131 30
Binary 111 1110011 10100 1011110 0 1010011 110111 1111111 1011001 11000

Color Harmonies of #077314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077314

Black with #077314

Text Example


Text Example

White with #077314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077314; }

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

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

background-color css

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

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

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

border-color css

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

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

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