#076107

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

Shades of Green #076107

Tints of Green #076107

Color information

#076107 (or 0x076107) is unknown color: approx Green. HEX triplet: 07, 61 and 07. RGB value is (7,97,7). Sum of RGB (Red+Green+Blue) = 7+97+7=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 97 (38.28% from 255 or 87.39% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 97 - color contains mainly: green. Hex color #076107 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076107 is #F89EF8. Grayscale: #3C3C3C. Windows color (decimal): -16293625 or 483591. OLE color: 483591.

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

Color convert

RGB7977-
CMYK0.9300.930.62
HSL120º86.54%20.39%-
HSV(B)120º92.78%38.04%-
XYZ4.48.611.63-
YUV59.8398.1890.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.31%
GREEN value IS 97 (38.28% from 255) = 87.39%
BLUE value IS 7 (3.12% from 255) = 6.31%
R=6.31%
G=87.39%
B=6.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal79770.9300.930.6212086.5420.39
Hex76175D05D3E785714
Octal7141713501357617012724
Binary11111000011111011101010111011111101111000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076107; }

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

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

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

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

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

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

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

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