Html Css Color HEX #698237 Olive Drab

📋 copy color: '#698237'

red 105 ◦ green 130 ◦ blue 55

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

Shades of Olive Drab #698237

Tints of Olive Drab #698237

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.83%

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

R = 36.21%
G = 44.83%
B = 18.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#698237 (or 0x698237) is known color: Olive Drab. HEX triplet: 69, 82 and 37. RGB value is (105,130,55). Sum of RGB (Red+Green+Blue) = 105+130+55=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #698237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698237 is #967DC8. Grayscale: #727272. Windows color (decimal): -9862601 or 3637865. OLE color: 3637865.

HSL color Cylindrical-coordinate representation of color #698237: hue angle of 80º 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 #698237 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 55 -
CMYK 0.19 0 0.58 0.49
HSL 80º 0.41% 0.36% -
HSV(B) 80º 0.58% 0.51% -
XYZ 14.5 19.24 6.56 -
YUV 113.98 94.72 121.6 -
System Red Green Blue C M Y K H S L
Decimal 105 130 55 0.19 0 0.58 0.49 80 0.41 0.36
Hex 69 82 37 13 0 3A 31 50 29 24
Octal 151 202 67 23 0 72 61 120 51 44
Binary 1101001 10000010 110111 10011 0 111010 110001 1010000 101001 100100

Color Harmonies of #698237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698237

Black with #698237

Text Example


Text Example

White with #698237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698237; }

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

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

background-color css

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

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

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

border-color css

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

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

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