Html Css Color HEX #698337 Olive Drab

📋 copy color: '#698337'

red 105 ◦ green 131 ◦ blue 55

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

Shades of Olive Drab #698337

Tints of Olive Drab #698337

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.02%

 BLUE value IS 55 (21.88% from 255) = 18.9%

R = 36.08%
G = 45.02%
B = 18.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#698337 (or 0x698337) is known color: Olive Drab. HEX triplet: 69, 83 and 37. RGB value is (105,131,55). Sum of RGB (Red+Green+Blue) = 105+131+55=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 131 - color contains mainly: green. Hex color #698337 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698337 is #967CC8. Grayscale: #727272. Windows color (decimal): -9862345 or 3638121. OLE color: 3638121.

HSL color Cylindrical-coordinate representation of color #698337: hue angle of 80.53º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #698337 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 131 55 -
CMYK 0.20 0 0.58 0.49
HSL 80.53º 0.41% 0.36% -
HSV(B) 80.53º 0.58% 0.51% -
XYZ 14.63 19.51 6.61 -
YUV 114.56 94.39 121.18 -
System Red Green Blue C M Y K H S L
Decimal 105 131 55 0.20 0 0.58 0.49 80.53 0.41 0.36
Hex 69 83 37 14 0 3A 31 51 29 24
Octal 151 203 67 24 0 72 61 121 51 44
Binary 1101001 10000011 110111 10100 0 111010 110001 1010001 101001 100100

Color Harmonies of #698337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698337

Black with #698337

Text Example


Text Example

White with #698337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698337; }

 p { color: rgb(105,131,55); }

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

background-color css

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

 a { background-color: rgb(105,131,55); }

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

border-color css

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

 span { border-color: rgb(105,131,55); }

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