Html Css Color HEX #699518 Olive Drab

📋 copy color: '#699518'

red 105 ◦ green 149 ◦ blue 24

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

Shades of Olive Drab #699518

Tints of Olive Drab #699518

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.6%

 BLUE value IS 24 (9.77% from 255) = 8.63%

R = 37.77%
G = 53.6%
B = 8.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#699518 (or 0x699518) is known color: Olive Drab. HEX triplet: 69, 95 and 18. RGB value is (105,149,24). Sum of RGB (Red+Green+Blue) = 105+149+24=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #699518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699518 is #966AE7. Grayscale: #7A7A7A. Windows color (decimal): -9857768 or 1611113. OLE color: 1611113.

HSL color Cylindrical-coordinate representation of color #699518: hue angle of 81.12º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #699518 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 149 24 -
CMYK 0.30 0 0.84 0.42
HSL 81.12º 0.72% 0.34% -
HSV(B) 81.12º 0.84% 0.58% -
XYZ 16.74 24.56 4.72 -
YUV 121.59 72.92 116.16 -
System Red Green Blue C M Y K H S L
Decimal 105 149 24 0.30 0 0.84 0.42 81.12 0.72 0.34
Hex 69 95 18 1E 0 54 2A 51 48 22
Octal 151 225 30 36 0 124 52 121 110 42
Binary 1101001 10010101 11000 11110 0 1010100 101010 1010001 1001000 100010

Color Harmonies of #699518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699518

Black with #699518

Text Example


Text Example

White with #699518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699518; }

 p { color: rgb(105,149,24); }

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

background-color css

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

 a { background-color: rgb(105,149,24); }

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

border-color css

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

 span { border-color: rgb(105,149,24); }

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