#698534

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

Shades of Olive Drab #698534

Tints of Olive Drab #698534

Color information

#698534 (or 0x698534) is unknown color: approx Olive Drab. HEX triplet: 69, 85 and 34. RGB value is (105,133,52). Sum of RGB (Red+Green+Blue) = 105+133+52=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #698534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698534 is #967ACB. Grayscale: #737373. Windows color (decimal): -9861836 or 3442025. OLE color: 3442025.

HSL color Cylindrical-coordinate representation of color #698534: hue angle of 80.74º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #698534 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB10513352-
CMYK0.2100.610.48
HSL80.74º43.78%36.27%-
HSV(B)80.74º60.9%52.16%-
XYZ14.8320.036.33-
YUV115.3992.22120.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 133 (52.34% from 255) = 45.86%
BLUE value IS 52 (20.70% from 255) = 17.93%
R=36.21%
G=45.86%
B=17.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105133520.2100.610.4880.7443.7836.27
Hex6985341503D30512c24
Octal1512056425075601215444
Binary1101001100001011101001010101111011100001010001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698534; }

 p { color: rgb(105,133,52); }

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

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

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

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

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

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

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