#076100

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

Shades of Green #076100

Tints of Green #076100

Color information

#076100 (or 0x076100) is unknown color: approx Green. HEX triplet: 07, 61 and 00. RGB value is (7,97,0). Sum of RGB (Red+Green+Blue) = 7+97+0=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 97 (38.28% from 255 or 93.27% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 97 - color contains mainly: green. Hex color #076100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076100 is #F89EFF. Grayscale: #3B3B3B. Windows color (decimal): -16293632 or 24839. OLE color: 24839.

HSL color Cylindrical-coordinate representation of color #076100: hue angle of 115.67º 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 #076100 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB7970-
CMYK0.93010.62
HSL115.67º100%19.02%-
HSV(B)115.67º100%38.04%-
XYZ4.368.591.43-
YUV59.0394.6890.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.73%
GREEN value IS 97 (38.28% from 255) = 93.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=6.73%
G=93.27%
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
Decimal79700.93010.62115.6710019.02
Hex76105D0643E746413
Octal7141013501447616414423
Binary111110000101011101011001001111101110100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076100; }

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

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

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

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

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

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

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

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