Html Css Color HEX #698517 Olive Drab

📋 copy color: '#698517'

red 105 ◦ green 133 ◦ blue 23

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

Shades of Olive Drab #698517

Tints of Olive Drab #698517

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.96%

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

R = 40.23%
G = 50.96%
B = 8.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#698517 (or 0x698517) is known color: Olive Drab. HEX triplet: 69, 85 and 17. RGB value is (105,133,23). Sum of RGB (Red+Green+Blue) = 105+133+23=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #698517 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698517 is #967AE8. Grayscale: #707070. Windows color (decimal): -9861865 or 1541481. OLE color: 1541481.

HSL color Cylindrical-coordinate representation of color #698517: hue angle of 75.27º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #698517 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 23 -
CMYK 0.21 0 0.83 0.48
HSL 75.27º 0.71% 0.31% -
HSV(B) 75.27º 0.83% 0.52% -
XYZ 14.37 19.84 3.88 -
YUV 112.09 77.72 122.94 -
System Red Green Blue C M Y K H S L
Decimal 105 133 23 0.21 0 0.83 0.48 75.27 0.71 0.31
Hex 69 85 17 15 0 53 30 4B 47 1F
Octal 151 205 27 25 0 123 60 113 107 37
Binary 1101001 10000101 10111 10101 0 1010011 110000 1001011 1000111 11111

Color Harmonies of #698517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698517

Black with #698517

Text Example


Text Example

White with #698517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698517; }

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

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

background-color css

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

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

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

border-color css

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

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

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