Html Css Color HEX #698931 Olive Drab

📋 copy color: '#698931'

red 105 ◦ green 137 ◦ blue 49

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

Shades of Olive Drab #698931

Tints of Olive Drab #698931

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.08%

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

R = 36.08%
G = 47.08%
B = 16.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#698931 (or 0x698931) is known color: Olive Drab. HEX triplet: 69, 89 and 31. RGB value is (105,137,49). Sum of RGB (Red+Green+Blue) = 105+137+49=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #698931 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698931 is #9676CE. Grayscale: #757575. Windows color (decimal): -9860815 or 3246441. OLE color: 3246441.

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

Color convert

RGB 105 137 49 -
CMYK 0.23 0 0.64 0.46
HSL 81.82º 0.47% 0.36% -
HSV(B) 81.82º 0.64% 0.54% -
XYZ 15.33 21.12 6.17 -
YUV 117.4 89.4 119.16 -
System Red Green Blue C M Y K H S L
Decimal 105 137 49 0.23 0 0.64 0.46 81.82 0.47 0.36
Hex 69 89 31 17 0 40 2E 52 2F 24
Octal 151 211 61 27 0 100 56 122 57 44
Binary 1101001 10001001 110001 10111 0 1000000 101110 1010010 101111 100100

Color Harmonies of #698931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698931

Black with #698931

Text Example


Text Example

White with #698931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698931; }

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

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

background-color css

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

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

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

border-color css

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

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

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