#696E03

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

Shades of Olive #696E03

Tints of Olive #696E03

Color information

#696E03 (or 0x696E03) is unknown color: approx Olive. HEX triplet: 69, 6E and 03. RGB value is (105,110,3). Sum of RGB (Red+Green+Blue) = 105+110+3=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 110 (43.36% from 255 or 50.46% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 110 - color contains mainly: green. Hex color #696E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696E03 is #9691FC. Grayscale: #606060. Windows color (decimal): -9867773 or 224873. OLE color: 224873.

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

Color convert

RGB1051103-
CMYK0.0500.970.57
HSL62.8º94.69%22.16%-
HSV(B)62.8º97.27%43.14%-
XYZ11.4214.162.22-
YUV96.3175.34134.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.17%
GREEN value IS 110 (43.36% from 255) = 50.46%
BLUE value IS 3 (1.56% from 255) = 1.38%
R=48.17%
G=50.46%
B=1.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10511030.0500.970.5762.894.6922.16
Hex696E35061393f5f16
Octal151156350141717713726
Binary110100111011101110101100001111001111111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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