#696927

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

Shades of Olivetone #696927

Tints of Olivetone #696927

Color information

#696927 (or 0x696927) is unknown color: approx Olivetone. HEX triplet: 69, 69 and 27. RGB value is (105,105,39). Sum of RGB (Red+Green+Blue) = 105+105+39=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696927 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696927 is #9696D8. Grayscale: #616161. Windows color (decimal): -9869017 or 2582889. OLE color: 2582889.

HSL color Cylindrical-coordinate representation of color #696927: hue angle of 60º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #696927 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB10510539-
CMYK000.630.59
HSL60º45.83%28.24%-
HSV(B)60º62.86%41.18%-
XYZ11.2413.253.88-
YUV97.4895133.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.17%
GREEN value IS 105 (41.41% from 255) = 42.17%
BLUE value IS 39 (15.62% from 255) = 15.66%
R=42.17%
G=42.17%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510539000.630.596045.8328.24
Hex696927003F3B3c2e1c
Octal15115147007773745634
Binary110100111010011001110011111111101111110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696927; }

 p { color: rgb(105,105,39); }

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

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

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

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

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

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

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