Html Css Color HEX #076202 Green

📋 copy color: '#076202'

red 7 ◦ green 98 ◦ blue 2

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

Shades of Green #076202

Tints of Green #076202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 91.59%

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

R = 6.54%
G = 91.59%
B = 1.87%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#076202 (or 0x076202) is known color: Green. HEX triplet: 07, 62 and 02. RGB value is (7,98,2). Sum of RGB (Red+Green+Blue) = 7+98+2=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 98 (38.67% from 255 or 91.59% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 98 - color contains mainly: green. Hex color #076202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076202 is #F89DFD. Grayscale: #3C3C3C. Windows color (decimal): -16293374 or 156167. OLE color: 156167.

HSL color Cylindrical-coordinate representation of color #076202: hue angle of 116.88º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #076202 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 98 2 -
CMYK 0.93 0 0.98 0.62
HSL 116.88º 0.96% 0.2% -
HSV(B) 116.88º 0.98% 0.38% -
XYZ 4.47 8.78 1.52 -
YUV 59.85 95.35 90.31 -
System Red Green Blue C M Y K H S L
Decimal 7 98 2 0.93 0 0.98 0.62 116.88 0.96 0.2
Hex 7 62 2 5D 0 62 3E 75 60 14
Octal 7 142 2 135 0 142 76 165 140 24
Binary 111 1100010 10 1011101 0 1100010 111110 1110101 1100000 10100

Color Harmonies of #076202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076202

Black with #076202

Text Example


Text Example

White with #076202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076202; }

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

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

background-color css

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

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

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

border-color css

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

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

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