Html Css Color HEX #698915 Olive Drab

📋 copy color: '#698915'

red 105 ◦ green 137 ◦ blue 21

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

Shades of Olive Drab #698915

Tints of Olive Drab #698915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.98%

R = 39.92%
G = 52.09%
B = 7.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#698915 (or 0x698915) is known color: Olive Drab. HEX triplet: 69, 89 and 15. RGB value is (105,137,21). Sum of RGB (Red+Green+Blue) = 105+137+21=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 137 (53.91% from 255 or 52.09% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 137 - color contains mainly: green. Hex color #698915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698915 is #9676EA. Grayscale: #727272. Windows color (decimal): -9860843 or 1411433. OLE color: 1411433.

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

Color convert

RGB 105 137 21 -
CMYK 0.23 0 0.85 0.46
HSL 76.55º 0.73% 0.31% -
HSV(B) 76.55º 0.85% 0.54% -
XYZ 14.91 20.95 3.97 -
YUV 114.21 75.4 121.43 -
System Red Green Blue C M Y K H S L
Decimal 105 137 21 0.23 0 0.85 0.46 76.55 0.73 0.31
Hex 69 89 15 17 0 55 2E 4D 49 1F
Octal 151 211 25 27 0 125 56 115 111 37
Binary 1101001 10001001 10101 10111 0 1010101 101110 1001101 1001001 11111

Color Harmonies of #698915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698915

Black with #698915

Text Example


Text Example

White with #698915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698915; }

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

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

background-color css

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

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

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

border-color css

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

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

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