#076200

Color #076200 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #076200

Tints of Green #076200

Color information

#076200 (or 0x076200) is unknown color: approx Green. HEX triplet: 07, 62 and 00. RGB value is (7,98,0). Sum of RGB (Red+Green+Blue) = 7+98+0=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 98 (38.67% from 255 or 93.33% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 98 - color contains mainly: green. Hex color #076200 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076200 is #F89DFF. Grayscale: #3B3B3B. Windows color (decimal): -16293376 or 25095. OLE color: 25095.

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

Color convert

RGB7980-
CMYK0.93010.62
HSL115.71º100%19.22%-
HSV(B)115.71º100%38.43%-
XYZ4.468.781.46-
YUV59.6294.3590.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.67%
GREEN value IS 98 (38.67% from 255) = 93.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=6.67%
G=93.33%
B=0%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal79800.93010.62115.7110019.22
Hex76205D0643E746413
Octal7142013501447616414423
Binary111110001001011101011001001111101110100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076200; }

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

 H1.HeaderClassName
 {
   color: #076200;
 }
 .AnyTagClassName
 {
   color: #076200;
 }
</style>
background-color css

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

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

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

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

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

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