Html Css Color HEX #077202 Green

📋 copy color: '#077202'

red 7 ◦ green 114 ◦ blue 2

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

Shades of Green #077202

Tints of Green #077202

RGB

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

 GREEN value IS 114 (44.92% from 255) = 92.68%

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

R = 5.69%
G = 92.68%
B = 1.63%

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

#077202 (or 0x077202) is known color: Green. HEX triplet: 07, 72 and 02. RGB value is (7,114,2). Sum of RGB (Red+Green+Blue) = 7+114+2=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 114 (44.92% from 255 or 92.68% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 114 - color contains mainly: green. Hex color #077202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077202 is #F88DFD. Grayscale: #454545. Windows color (decimal): -16289278 or 160263. OLE color: 160263.

HSL color Cylindrical-coordinate representation of color #077202: hue angle of 117.32º 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 #077202 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 114 2 -
CMYK 0.94 0 0.98 0.55
HSL 117.32º 0.97% 0.23% -
HSV(B) 117.32º 0.98% 0.45% -
XYZ 6.12 12.08 2.07 -
YUV 69.24 90.05 83.61 -
System Red Green Blue C M Y K H S L
Decimal 7 114 2 0.94 0 0.98 0.55 117.32 0.97 0.23
Hex 7 72 2 5E 0 62 37 75 61 17
Octal 7 162 2 136 0 142 67 165 141 27
Binary 111 1110010 10 1011110 0 1100010 110111 1110101 1100001 10111

Color Harmonies of #077202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077202

Black with #077202

Text Example


Text Example

White with #077202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077202; }

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

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

background-color css

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

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

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

border-color css

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

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

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