#696000

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

Shades of Olive #696000

Tints of Olive #696000

Color information

#696000 (or 0x696000) is unknown color: approx Olive. HEX triplet: 69, 60 and 00. RGB value is (105,96,0). Sum of RGB (Red+Green+Blue) = 105+96+0=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #696000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696000 is #969FFF. Grayscale: #585858. Windows color (decimal): -9871360 or 24681. OLE color: 24681.

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

Color convert

RGB105960-
CMYK00.0910.59
HSL54.86º100%20.59%-
HSV(B)54.86º100%41.18%-
XYZ10.0111.371.67-
YUV87.7578.48140.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.24%
GREEN value IS 96 (37.89% from 255) = 47.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.24%
G=47.76%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10596000.0910.5954.8610020.59
Hex6960009643B376415
Octal1511400011144736714425
Binary110100111000000010011100100111011110111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696000; }

 p { color: rgb(105,96,0); }

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

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

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

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

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

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

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