Html Css Color HEX #699317 Olive Drab

📋 copy color: '#699317'

red 105 ◦ green 147 ◦ blue 23

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

Shades of Olive Drab #699317

Tints of Olive Drab #699317

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.45%

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

R = 38.18%
G = 53.45%
B = 8.36%

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

#699317 (or 0x699317) is known color: Olive Drab. HEX triplet: 69, 93 and 17. RGB value is (105,147,23). Sum of RGB (Red+Green+Blue) = 105+147+23=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #699317 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699317 is #966CE8. Grayscale: #787878. Windows color (decimal): -9858281 or 1545065. OLE color: 1545065.

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

Color convert

RGB 105 147 23 -
CMYK 0.29 0 0.84 0.42
HSL 80.32º 0.73% 0.33% -
HSV(B) 80.32º 0.84% 0.58% -
XYZ 16.41 23.93 4.56 -
YUV 120.31 73.09 117.08 -
System Red Green Blue C M Y K H S L
Decimal 105 147 23 0.29 0 0.84 0.42 80.32 0.73 0.33
Hex 69 93 17 1D 0 54 2A 50 49 21
Octal 151 223 27 35 0 124 52 120 111 41
Binary 1101001 10010011 10111 11101 0 1010100 101010 1010000 1001001 100001

Color Harmonies of #699317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699317

Black with #699317

Text Example


Text Example

White with #699317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699317; }

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

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

background-color css

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

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

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

border-color css

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

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

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