Html Css Color HEX #076602 Green

📋 copy color: '#076602'

red 7 ◦ green 102 ◦ blue 2

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

Shades of Green #076602

Tints of Green #076602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 91.89%

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

R = 6.31%
G = 91.89%
B = 1.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#076602 (or 0x076602) is known color: Green. HEX triplet: 07, 66 and 02. RGB value is (7,102,2). Sum of RGB (Red+Green+Blue) = 7+102+2=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 102 (40.23% from 255 or 91.89% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 102 - color contains mainly: green. Hex color #076602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076602 is #F899FD. Grayscale: #3E3E3E. Windows color (decimal): -16292350 or 157191. OLE color: 157191.

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

Color convert

RGB 7 102 2 -
CMYK 0.93 0 0.98 0.6
HSL 117º 0.96% 0.2% -
HSV(B) 117º 0.98% 0.4% -
XYZ 4.85 9.55 1.65 -
YUV 62.2 94.03 88.63 -
System Red Green Blue C M Y K H S L
Decimal 7 102 2 0.93 0 0.98 0.6 117 0.96 0.2
Hex 7 66 2 5D 0 62 3C 75 60 14
Octal 7 146 2 135 0 142 74 165 140 24
Binary 111 1100110 10 1011101 0 1100010 111100 1110101 1100000 10100

Color Harmonies of #076602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076602

Black with #076602

Text Example


Text Example

White with #076602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076602; }

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

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

background-color css

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

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

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

border-color css

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

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

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