#696B03

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

Shades of Olive #696B03

Tints of Olive #696B03

Color information

#696B03 (or 0x696B03) is unknown color: approx Olive. HEX triplet: 69, 6B and 03. RGB value is (105,107,3). Sum of RGB (Red+Green+Blue) = 105+107+3=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 107 (42.19% from 255 or 49.77% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 107 - color contains mainly: green. Hex color #696B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696B03 is #9694FC. Grayscale: #5E5E5E. Windows color (decimal): -9868541 or 224105. OLE color: 224105.

HSL color Cylindrical-coordinate representation of color #696B03: hue angle of 61.15º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #696B03 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB1051073-
CMYK0.0200.970.58
HSL61.15º94.55%21.57%-
HSV(B)61.15º97.2%41.96%-
XYZ11.113.532.11-
YUV94.5576.34135.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.84%
GREEN value IS 107 (42.19% from 255) = 49.77%
BLUE value IS 3 (1.56% from 255) = 1.40%
R=48.84%
G=49.77%
B=1.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10510730.0200.970.5861.1594.5521.57
Hex696B320613A3d5f16
Octal151153320141727513726
Binary11010011101011111001100001111010111101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696B03; }

 p { color: rgb(105,107,3); }

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

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

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

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

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

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

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