Html Css Color HEX #698D15 Olive Drab

📋 copy color: '#698D15'

red 105 ◦ green 141 ◦ blue 21

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

Shades of Olive Drab #698D15

Tints of Olive Drab #698D15

RGB

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

 GREEN value IS 141 (55.47% from 255) = 52.81%

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

R = 39.33%
G = 52.81%
B = 7.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#698D15 (or 0x698D15) is known color: Olive Drab. HEX triplet: 69, 8D and 15. RGB value is (105,141,21). Sum of RGB (Red+Green+Blue) = 105+141+21=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 141 (55.47% from 255 or 52.81% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 141 - color contains mainly: green. Hex color #698D15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698D15 is #9672EA. Grayscale: #757575. Windows color (decimal): -9859819 or 1412457. OLE color: 1412457.

HSL color Cylindrical-coordinate representation of color #698D15: hue angle of 78º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #698D15 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 141 21 -
CMYK 0.26 0 0.85 0.45
HSL 78º 0.74% 0.32% -
HSV(B) 78º 0.85% 0.55% -
XYZ 15.49 22.11 4.16 -
YUV 116.56 74.07 119.76 -
System Red Green Blue C M Y K H S L
Decimal 105 141 21 0.26 0 0.85 0.45 78 0.74 0.32
Hex 69 8D 15 1A 0 55 2D 4E 4A 20
Octal 151 215 25 32 0 125 55 116 112 40
Binary 1101001 10001101 10101 11010 0 1010101 101101 1001110 1001010 100000

Color Harmonies of #698D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698D15

Black with #698D15

Text Example


Text Example

White with #698D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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