Html Css Color HEX #698831 Olive Drab

📋 copy color: '#698831'

red 105 ◦ green 136 ◦ blue 49

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

Shades of Olive Drab #698831

Tints of Olive Drab #698831

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.9%

 BLUE value IS 49 (19.53% from 255) = 16.9%

R = 36.21%
G = 46.9%
B = 16.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#698831 (or 0x698831) is known color: Olive Drab. HEX triplet: 69, 88 and 31. RGB value is (105,136,49). Sum of RGB (Red+Green+Blue) = 105+136+49=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #698831 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698831 is #9677CE. Grayscale: #757575. Windows color (decimal): -9861071 or 3246185. OLE color: 3246185.

HSL color Cylindrical-coordinate representation of color #698831: hue angle of 81.38º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #698831 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 136 49 -
CMYK 0.23 0 0.64 0.47
HSL 81.38º 0.47% 0.36% -
HSV(B) 81.38º 0.64% 0.53% -
XYZ 15.18 20.83 6.13 -
YUV 116.81 89.73 119.57 -
System Red Green Blue C M Y K H S L
Decimal 105 136 49 0.23 0 0.64 0.47 81.38 0.47 0.36
Hex 69 88 31 17 0 40 2F 51 2F 24
Octal 151 210 61 27 0 100 57 121 57 44
Binary 1101001 10001000 110001 10111 0 1000000 101111 1010001 101111 100100

Color Harmonies of #698831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698831

Black with #698831

Text Example


Text Example

White with #698831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698831; }

 p { color: rgb(105,136,49); }

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

background-color css

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

 a { background-color: rgb(105,136,49); }

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

border-color css

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

 span { border-color: rgb(105,136,49); }

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