Html Css Color HEX #077414 Green

📋 copy color: '#077414'

red 7 ◦ green 116 ◦ blue 20

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

Shades of Green #077414

Tints of Green #077414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 81.12%

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

R = 4.9%
G = 81.12%
B = 13.99%

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

#077414 (or 0x077414) is known color: Green. HEX triplet: 07, 74 and 14. RGB value is (7,116,20). Sum of RGB (Red+Green+Blue) = 7+116+20=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 116 (45.70% from 255 or 81.12% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 116 - color contains mainly: green. Hex color #077414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077414 is #F88BEB. Grayscale: #484848. Windows color (decimal): -16288748 or 1340423. OLE color: 1340423.

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

Color convert

RGB 7 116 20 -
CMYK 0.94 0 0.83 0.55
HSL 127.16º 0.89% 0.24% -
HSV(B) 127.16º 0.94% 0.45% -
XYZ 6.46 12.59 2.75 -
YUV 72.47 98.39 81.31 -
System Red Green Blue C M Y K H S L
Decimal 7 116 20 0.94 0 0.83 0.55 127.16 0.89 0.24
Hex 7 74 14 5E 0 53 37 7F 59 18
Octal 7 164 24 136 0 123 67 177 131 30
Binary 111 1110100 10100 1011110 0 1010011 110111 1111111 1011001 11000

Color Harmonies of #077414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077414

Black with #077414

Text Example


Text Example

White with #077414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077414; }

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

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

background-color css

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

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

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

border-color css

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

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

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