Html Css Color HEX #077514 Green

📋 copy color: '#077514'

red 7 ◦ green 117 ◦ blue 20

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

Shades of Green #077514

Tints of Green #077514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 81.25%

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

R = 4.86%
G = 81.25%
B = 13.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#077514 (or 0x077514) is known color: Green. HEX triplet: 07, 75 and 14. RGB value is (7,117,20). Sum of RGB (Red+Green+Blue) = 7+117+20=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 117 (46.09% from 255 or 81.25% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 117 - color contains mainly: green. Hex color #077514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077514 is #F88AEB. Grayscale: #494949. Windows color (decimal): -16288492 or 1340679. OLE color: 1340679.

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

Color convert

RGB 7 117 20 -
CMYK 0.94 0 0.83 0.54
HSL 127.09º 0.89% 0.24% -
HSV(B) 127.09º 0.94% 0.46% -
XYZ 6.58 12.82 2.79 -
YUV 73.05 98.06 80.89 -
System Red Green Blue C M Y K H S L
Decimal 7 117 20 0.94 0 0.83 0.54 127.09 0.89 0.24
Hex 7 75 14 5E 0 53 36 7F 59 18
Octal 7 165 24 136 0 123 66 177 131 30
Binary 111 1110101 10100 1011110 0 1010011 110110 1111111 1011001 11000

Color Harmonies of #077514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077514

Black with #077514

Text Example


Text Example

White with #077514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077514; }

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

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

background-color css

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

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

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

border-color css

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

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

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