#696900

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

Shades of Olive #696900

Tints of Olive #696900

Color information

#696900 (or 0x696900) is unknown color: approx Olive. HEX triplet: 69, 69 and 00. RGB value is (105,105,0). Sum of RGB (Red+Green+Blue) = 105+105+0=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696900 is #9696FF. Grayscale: #5D5D5D. Windows color (decimal): -9869056 or 26985. OLE color: 26985.

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

Color convert

RGB1051050-
CMYK0010.59
HSL60º100%20.59%-
HSV(B)60º100%41.18%-
XYZ10.8813.111.96-
YUV93.0375.5136.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50%
GREEN value IS 105 (41.41% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510500010.596010020.59
Hex6969000643B3c6415
Octal151151000144737414425
Binary110100111010010001100100111011111100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696900; }

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

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

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

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

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

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

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

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