Html Css Color HEX #698532 Olive Drab

📋 copy color: '#698532'

red 105 ◦ green 133 ◦ blue 50

#698532
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #698532

Tints of Olive Drab #698532

RGB

 RED value IS 105 (41.41% from 255) = 36.46%

 GREEN value IS 133 (52.34% from 255) = 46.18%

 BLUE value IS 50 (19.92% from 255) = 17.36%

R = 36.46%
G = 46.18%
B = 17.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#698532 (or 0x698532) is known color: Olive Drab. HEX triplet: 69, 85 and 32. RGB value is (105,133,50). Sum of RGB (Red+Green+Blue) = 105+133+50=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #698532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698532 is #967ACD. Grayscale: #737373. Windows color (decimal): -9861838 or 3310953. OLE color: 3310953.

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

Color convert

RGB 105 133 50 -
CMYK 0.21 0 0.62 0.48
HSL 80.24º 0.45% 0.36% -
HSV(B) 80.24º 0.62% 0.52% -
XYZ 14.79 20.01 6.1 -
YUV 115.17 91.22 120.75 -
System Red Green Blue C M Y K H S L
Decimal 105 133 50 0.21 0 0.62 0.48 80.24 0.45 0.36
Hex 69 85 32 15 0 3E 30 50 2D 24
Octal 151 205 62 25 0 76 60 120 55 44
Binary 1101001 10000101 110010 10101 0 111110 110000 1010000 101101 100100

Color Harmonies of #698532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698532

Black with #698532

Text Example


Text Example

White with #698532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698532; }

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

 H1.HeaderClassName
 {
   color: #698532;
 }
 .AnyTagClassName
 {
   color: #698532;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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