Html Css Color HEX #689513 Olive Drab

📋 copy color: '#689513'

red 104 ◦ green 149 ◦ blue 19

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

Shades of Olive Drab #689513

Tints of Olive Drab #689513

RGB

 RED value IS 104 (41.02% from 255) = 38.24%

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

 BLUE value IS 19 (7.81% from 255) = 6.99%

R = 38.24%
G = 54.78%
B = 6.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#689513 (or 0x689513) is known color: Olive Drab. HEX triplet: 68, 95 and 13. RGB value is (104,149,19). Sum of RGB (Red+Green+Blue) = 104+149+19=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 149 (58.59% from 255 or 54.78% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 149 - color contains mainly: green. Hex color #689513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689513 is #976AEC. Grayscale: #797979. Windows color (decimal): -9923309 or 1283432. OLE color: 1283432.

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

Color convert

RGB 104 149 19 -
CMYK 0.30 0 0.87 0.42
HSL 80.77º 0.77% 0.33% -
HSV(B) 80.77º 0.87% 0.58% -
XYZ 16.57 24.48 4.47 -
YUV 120.73 70.59 116.07 -
System Red Green Blue C M Y K H S L
Decimal 104 149 19 0.30 0 0.87 0.42 80.77 0.77 0.33
Hex 68 95 13 1E 0 57 2A 51 4D 21
Octal 150 225 23 36 0 127 52 121 115 41
Binary 1101000 10010101 10011 11110 0 1010111 101010 1010001 1001101 100001

Color Harmonies of #689513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689513

Black with #689513

Text Example


Text Example

White with #689513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689513; }

 p { color: rgb(104,149,19); }

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

background-color css

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

 a { background-color: rgb(104,149,19); }

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

border-color css

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

 span { border-color: rgb(104,149,19); }

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