Html Css Color HEX #698536 Olive Drab

📋 copy color: '#698536'

red 105 ◦ green 133 ◦ blue 54

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

Shades of Olive Drab #698536

Tints of Olive Drab #698536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.49%

R = 35.96%
G = 45.55%
B = 18.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#698536 (or 0x698536) is known color: Olive Drab. HEX triplet: 69, 85 and 36. RGB value is (105,133,54). Sum of RGB (Red+Green+Blue) = 105+133+54=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #698536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698536 is #967AC9. Grayscale: #737373. Windows color (decimal): -9861834 or 3573097. OLE color: 3573097.

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

Color convert

RGB 105 133 54 -
CMYK 0.21 0 0.59 0.48
HSL 81.27º 0.42% 0.37% -
HSV(B) 81.27º 0.59% 0.52% -
XYZ 14.88 20.04 6.57 -
YUV 115.62 93.22 120.42 -
System Red Green Blue C M Y K H S L
Decimal 105 133 54 0.21 0 0.59 0.48 81.27 0.42 0.37
Hex 69 85 36 15 0 3B 30 51 2A 25
Octal 151 205 66 25 0 73 60 121 52 45
Binary 1101001 10000101 110110 10101 0 111011 110000 1010001 101010 100101

Color Harmonies of #698536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698536

Black with #698536

Text Example


Text Example

White with #698536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698536; }

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

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

background-color css

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

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

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

border-color css

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

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

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