#698403

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

Shades of Olive #698403

Tints of Olive #698403

Color information

#698403 (or 0x698403) is unknown color: approx Olive. HEX triplet: 69, 84 and 03. RGB value is (105,132,3). Sum of RGB (Red+Green+Blue) = 105+132+3=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #698403 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698403 is #967BFC. Grayscale: #6D6D6D. Windows color (decimal): -9862141 or 230505. OLE color: 230505.

HSL color Cylindrical-coordinate representation of color #698403: hue angle of 72.56º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #698403 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB1051323-
CMYK0.2000.980.48
HSL72.56º95.56%26.47%-
HSV(B)72.56º97.73%51.76%-
XYZ14.0919.513.11-
YUV109.2268.05124.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.75%
GREEN value IS 132 (51.95% from 255) = 55%
BLUE value IS 3 (1.56% from 255) = 1.25%
R=43.75%
G=55%
B=1.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10513230.2000.980.4872.5695.5626.47
Hex69843140623049601a
Octal15120432401426011114032
Binary1101001100001001110100011000101100001001001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698403; }

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

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

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

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

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

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

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

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