Html Css Color HEX #077614 Green

📋 copy color: '#077614'

red 7 ◦ green 118 ◦ blue 20

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

Shades of Green #077614

Tints of Green #077614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 81.38%

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

R = 4.83%
G = 81.38%
B = 13.79%

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

#077614 (or 0x077614) is known color: Green. HEX triplet: 07, 76 and 14. RGB value is (7,118,20). Sum of RGB (Red+Green+Blue) = 7+118+20=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 118 (46.48% from 255 or 81.38% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 118 - color contains mainly: green. Hex color #077614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077614 is #F889EB. Grayscale: #494949. Windows color (decimal): -16288236 or 1340935. OLE color: 1340935.

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

Color convert

RGB 7 118 20 -
CMYK 0.94 0 0.83 0.54
HSL 127.03º 0.89% 0.25% -
HSV(B) 127.03º 0.94% 0.46% -
XYZ 6.69 13.05 2.83 -
YUV 73.64 97.73 80.47 -
System Red Green Blue C M Y K H S L
Decimal 7 118 20 0.94 0 0.83 0.54 127.03 0.89 0.25
Hex 7 76 14 5E 0 53 36 7F 59 19
Octal 7 166 24 136 0 123 66 177 131 31
Binary 111 1110110 10100 1011110 0 1010011 110110 1111111 1011001 11001

Color Harmonies of #077614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077614

Black with #077614

Text Example


Text Example

White with #077614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077614; }

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

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

background-color css

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

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

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

border-color css

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

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

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