#698D2A

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

Shades of Olive Drab #698D2A

Tints of Olive Drab #698D2A

Color information

#698D2A (or 0x698D2A) is unknown color: approx Olive Drab. HEX triplet: 69, 8D and 2A. RGB value is (105,141,42). Sum of RGB (Red+Green+Blue) = 105+141+42=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 141 - color contains mainly: green. Hex color #698D2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698D2A is #9672D5. Grayscale: #777777. Windows color (decimal): -9859798 or 2788713. OLE color: 2788713.

HSL color Cylindrical-coordinate representation of color #698D2A: hue angle of 81.82º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #698D2A is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB10514142-
CMYK0.2600.700.45
HSL81.82º54.1%35.88%-
HSV(B)81.82º70.21%55.29%-
XYZ15.7722.225.65-
YUV118.9584.57118.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.46%
GREEN value IS 141 (55.47% from 255) = 48.96%
BLUE value IS 42 (16.80% from 255) = 14.58%
R=36.46%
G=48.96%
B=14.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105141420.2600.700.4581.8254.135.88
Hex698D2A1A0462D523624
Octal15121552320106551226644
Binary11010011000110110101011010010001101011011010010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698D2A; }

 p { color: rgb(105,141,42); }

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

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

 a { background-color: rgb(105,141,42); }

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

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

 span { border-color: rgb(105,141,42); }

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