#06690C

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

Shades of Green #06690C

Tints of Green #06690C

Color information

#06690C (or 0x06690C) is unknown color: approx Green. HEX triplet: 06, 69 and 0C. RGB value is (6,105,12). Sum of RGB (Red+Green+Blue) = 6+105+12=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 105 (41.41% from 255 or 85.37% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 105 - color contains mainly: green. Hex color #06690C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06690C is #F996F3. Grayscale: #414141. Windows color (decimal): -16357108 or 813318. OLE color: 813318.

HSL color Cylindrical-coordinate representation of color #06690C: hue angle of 123.64º 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 #06690C is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB610512-
CMYK0.9400.890.59
HSL123.64º89.19%21.76%-
HSV(B)123.64º94.29%41.18%-
XYZ5.1910.172.04-
YUV64.898.286.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 105 (41.41% from 255) = 85.37%
BLUE value IS 12 (5.08% from 255) = 9.76%
R=4.88%
G=85.37%
B=9.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6105120.9400.890.59123.6489.1921.76
Hex669C5E0593B7c5916
Octal61511413601317317413126
Binary110110100111001011110010110011110111111100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06690C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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