#696303

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

Shades of Olive #696303

Tints of Olive #696303

Color information

#696303 (or 0x696303) is unknown color: approx Olive. HEX triplet: 69, 63 and 03. RGB value is (105,99,3). Sum of RGB (Red+Green+Blue) = 105+99+3=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 99 (39.06% from 255 or 47.83% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #696303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696303 is #969CFC. Grayscale: #5A5A5A. Windows color (decimal): -9870589 or 222057. OLE color: 222057.

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

Color convert

RGB105993-
CMYK00.060.970.59
HSL56.47º94.44%21.18%-
HSV(B)56.47º97.14%41.18%-
XYZ10.311.931.85-
YUV89.8578.99138.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.72%
GREEN value IS 99 (39.06% from 255) = 47.83%
BLUE value IS 3 (1.56% from 255) = 1.45%
R=50.72%
G=47.83%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10599300.060.970.5956.4794.4421.18
Hex6963306613B385e15
Octal151143306141737013625
Binary110100111000111101101100001111011111000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696303; }

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

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

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

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

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

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

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

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