#06690F

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

Shades of Green #06690F

Tints of Green #06690F

Color information

#06690F (or 0x06690F) is unknown color: approx Green. HEX triplet: 06, 69 and 0F. RGB value is (6,105,15). Sum of RGB (Red+Green+Blue) = 6+105+15=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 105 (41.41% from 255 or 83.33% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 105 - color contains mainly: green. Hex color #06690F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06690F is #F996F0. Grayscale: #414141. Windows color (decimal): -16357105 or 1009926. OLE color: 1009926.

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

Color convert

RGB610515-
CMYK0.9400.860.59
HSL125.45º89.19%21.76%-
HSV(B)125.45º94.29%41.18%-
XYZ5.2110.182.14-
YUV65.1499.785.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 105 (41.41% from 255) = 83.33%
BLUE value IS 15 (6.25% from 255) = 11.90%
R=4.76%
G=83.33%
B=11.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6105150.9400.860.59125.4589.1921.76
Hex669F5E0563B7d5916
Octal61511713601267317513126
Binary110110100111111011110010101101110111111101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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