Html Css Color HEX #077114 Green

📋 copy color: '#077114'

red 7 ◦ green 113 ◦ blue 20

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

Shades of Green #077114

Tints of Green #077114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 80.71%

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

R = 5%
G = 80.71%
B = 14.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#077114 (or 0x077114) is known color: Green. HEX triplet: 07, 71 and 14. RGB value is (7,113,20). Sum of RGB (Red+Green+Blue) = 7+113+20=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 113 (44.53% from 255 or 80.71% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 113 - color contains mainly: green. Hex color #077114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077114 is #F88EEB. Grayscale: #464646. Windows color (decimal): -16289516 or 1339655. OLE color: 1339655.

HSL color Cylindrical-coordinate representation of color #077114: hue angle of 127.36º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077114 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 113 20 -
CMYK 0.94 0 0.82 0.56
HSL 127.36º 0.88% 0.24% -
HSV(B) 127.36º 0.94% 0.44% -
XYZ 6.12 11.91 2.64 -
YUV 70.7 99.38 82.56 -
System Red Green Blue C M Y K H S L
Decimal 7 113 20 0.94 0 0.82 0.56 127.36 0.88 0.24
Hex 7 71 14 5E 0 52 38 7F 58 18
Octal 7 161 24 136 0 122 70 177 130 30
Binary 111 1110001 10100 1011110 0 1010010 111000 1111111 1011000 11000

Color Harmonies of #077114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077114

Black with #077114

Text Example


Text Example

White with #077114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077114; }

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

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

background-color css

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

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

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

border-color css

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

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

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