#07660B

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

Shades of Green #07660B

Tints of Green #07660B

Color information

#07660B (or 0x07660B) is unknown color: approx Green. HEX triplet: 07, 66 and 0B. RGB value is (7,102,11). Sum of RGB (Red+Green+Blue) = 7+102+11=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 102 (40.23% from 255 or 85% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 102 - color contains mainly: green. Hex color #07660B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07660B is #F899F4. Grayscale: #3F3F3F. Windows color (decimal): -16292341 or 747015. OLE color: 747015.

HSL color Cylindrical-coordinate representation of color #07660B: hue angle of 122.53º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07660B is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.6.

Color convert

RGB710211-
CMYK0.9300.890.6
HSL122.53º87.16%21.37%-
HSV(B)122.53º93.14%40%-
XYZ4.99.571.91-
YUV63.2298.5387.9-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.83%
GREEN value IS 102 (40.23% from 255) = 85%
BLUE value IS 11 (4.69% from 255) = 9.17%
R=5.83%
G=85%
B=9.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7102110.9300.890.6122.5387.1621.37
Hex766B5D0593C7b5715
Octal71461313501317417312725
Binary111110011010111011101010110011111001111011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07660B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07660B; }

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

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

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

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

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

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

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

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