#06690B

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

Shades of Green #06690B

Tints of Green #06690B

Color information

#06690B (or 0x06690B) is unknown color: approx Green. HEX triplet: 06, 69 and 0B. RGB value is (6,105,11). Sum of RGB (Red+Green+Blue) = 6+105+11=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 105 (41.41% from 255 or 86.07% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 105 - color contains mainly: green. Hex color #06690B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06690B is #F996F4. Grayscale: #404040. Windows color (decimal): -16357109 or 747782. OLE color: 747782.

HSL color Cylindrical-coordinate representation of color #06690B: hue angle of 123.03º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06690B is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB610511-
CMYK0.9400.900.59
HSL123.03º89.19%21.76%-
HSV(B)123.03º94.29%41.18%-
XYZ5.1910.172.01-
YUV64.6897.786.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.92%
GREEN value IS 105 (41.41% from 255) = 86.07%
BLUE value IS 11 (4.69% from 255) = 9.02%
R=4.92%
G=86.07%
B=9.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6105110.9400.900.59123.0389.1921.76
Hex669B5E05A3B7b5916
Octal61511313601327317313126
Binary110110100110111011110010110101110111111011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06690B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,105,11); }

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

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

 a { background-color: rgb(6,105,11); }

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

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

 span { border-color: rgb(6,105,11); }

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