Html Css Color HEX #077214 Green

📋 copy color: '#077214'

red 7 ◦ green 114 ◦ blue 20

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

Shades of Green #077214

Tints of Green #077214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 80.85%

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

R = 4.96%
G = 80.85%
B = 14.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#077214 (or 0x077214) is known color: Green. HEX triplet: 07, 72 and 14. RGB value is (7,114,20). Sum of RGB (Red+Green+Blue) = 7+114+20=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 114 (44.92% from 255 or 80.85% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 114 - color contains mainly: green. Hex color #077214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077214 is #F88DEB. Grayscale: #474747. Windows color (decimal): -16289260 or 1339911. OLE color: 1339911.

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

Color convert

RGB 7 114 20 -
CMYK 0.94 0 0.82 0.55
HSL 127.29º 0.88% 0.24% -
HSV(B) 127.29º 0.94% 0.45% -
XYZ 6.23 12.13 2.67 -
YUV 71.29 99.05 82.14 -
System Red Green Blue C M Y K H S L
Decimal 7 114 20 0.94 0 0.82 0.55 127.29 0.88 0.24
Hex 7 72 14 5E 0 52 37 7F 58 18
Octal 7 162 24 136 0 122 67 177 130 30
Binary 111 1110010 10100 1011110 0 1010010 110111 1111111 1011000 11000

Color Harmonies of #077214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077214

Black with #077214

Text Example


Text Example

White with #077214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077214; }

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

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

background-color css

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

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

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

border-color css

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

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

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