Html Css Color HEX #699417 Olive Drab

📋 copy color: '#699417'

red 105 ◦ green 148 ◦ blue 23

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

Shades of Olive Drab #699417

Tints of Olive Drab #699417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.62%

 BLUE value IS 23 (9.38% from 255) = 8.33%

R = 38.04%
G = 53.62%
B = 8.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#699417 (or 0x699417) is known color: Olive Drab. HEX triplet: 69, 94 and 17. RGB value is (105,148,23). Sum of RGB (Red+Green+Blue) = 105+148+23=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #699417 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699417 is #966BE8. Grayscale: #797979. Windows color (decimal): -9858025 or 1545321. OLE color: 1545321.

HSL color Cylindrical-coordinate representation of color #699417: hue angle of 80.64º degrees, saturation: 0.73, 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 #699417 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 23 -
CMYK 0.29 0 0.84 0.42
HSL 80.64º 0.73% 0.34% -
HSV(B) 80.64º 0.84% 0.58% -
XYZ 16.57 24.24 4.62 -
YUV 120.89 72.75 116.66 -
System Red Green Blue C M Y K H S L
Decimal 105 148 23 0.29 0 0.84 0.42 80.64 0.73 0.34
Hex 69 94 17 1D 0 54 2A 51 49 22
Octal 151 224 27 35 0 124 52 121 111 42
Binary 1101001 10010100 10111 11101 0 1010100 101010 1010001 1001001 100010

Color Harmonies of #699417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699417

Black with #699417

Text Example


Text Example

White with #699417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699417; }

 p { color: rgb(105,148,23); }

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

background-color css

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

 a { background-color: rgb(105,148,23); }

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

border-color css

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

 span { border-color: rgb(105,148,23); }

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