Html Css Color HEX #077402 Green

📋 copy color: '#077402'

red 7 ◦ green 116 ◦ blue 2

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

Shades of Green #077402

Tints of Green #077402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 92.8%

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

R = 5.6%
G = 92.8%
B = 1.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#077402 (or 0x077402) is known color: Green. HEX triplet: 07, 74 and 02. RGB value is (7,116,2). Sum of RGB (Red+Green+Blue) = 7+116+2=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 116 (45.70% from 255 or 92.8% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 116 - color contains mainly: green. Hex color #077402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077402 is #F88BFD. Grayscale: #464646. Windows color (decimal): -16288766 or 160775. OLE color: 160775.

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

Color convert

RGB 7 116 2 -
CMYK 0.94 0 0.98 0.55
HSL 117.37º 0.97% 0.23% -
HSV(B) 117.37º 0.98% 0.45% -
XYZ 6.34 12.54 2.14 -
YUV 70.41 89.39 82.77 -
System Red Green Blue C M Y K H S L
Decimal 7 116 2 0.94 0 0.98 0.55 117.37 0.97 0.23
Hex 7 74 2 5E 0 62 37 75 61 17
Octal 7 164 2 136 0 142 67 165 141 27
Binary 111 1110100 10 1011110 0 1100010 110111 1110101 1100001 10111

Color Harmonies of #077402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077402

Black with #077402

Text Example


Text Example

White with #077402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077402; }

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

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

background-color css

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

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

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

border-color css

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

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

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