Html Css Color HEX #077602 Green

📋 copy color: '#077602'

red 7 ◦ green 118 ◦ blue 2

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

Shades of Green #077602

Tints of Green #077602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.57%

R = 5.51%
G = 92.91%
B = 1.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#077602 (or 0x077602) is known color: Green. HEX triplet: 07, 76 and 02. RGB value is (7,118,2). Sum of RGB (Red+Green+Blue) = 7+118+2=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 118 (46.48% from 255 or 92.91% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 118 - color contains mainly: green. Hex color #077602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077602 is #F889FD. Grayscale: #474747. Windows color (decimal): -16288254 or 161287. OLE color: 161287.

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

Color convert

RGB 7 118 2 -
CMYK 0.94 0 0.98 0.54
HSL 117.41º 0.97% 0.24% -
HSV(B) 117.41º 0.98% 0.46% -
XYZ 6.58 13.01 2.22 -
YUV 71.59 88.73 81.93 -
System Red Green Blue C M Y K H S L
Decimal 7 118 2 0.94 0 0.98 0.54 117.41 0.97 0.24
Hex 7 76 2 5E 0 62 36 75 61 18
Octal 7 166 2 136 0 142 66 165 141 30
Binary 111 1110110 10 1011110 0 1100010 110110 1110101 1100001 11000

Color Harmonies of #077602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077602

Black with #077602

Text Example


Text Example

White with #077602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077602; }

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

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

background-color css

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

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

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

border-color css

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

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

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