Html Css Color HEX #689511 Olive Drab

📋 copy color: '#689511'

red 104 ◦ green 149 ◦ blue 17

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

Shades of Olive Drab #689511

Tints of Olive Drab #689511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.3%

R = 38.52%
G = 55.19%
B = 6.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#689511 (or 0x689511) is known color: Olive Drab. HEX triplet: 68, 95 and 11. RGB value is (104,149,17). Sum of RGB (Red+Green+Blue) = 104+149+17=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #689511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689511 is #976AEE. Grayscale: #787878. Windows color (decimal): -9923311 or 1152360. OLE color: 1152360.

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

Color convert

RGB 104 149 17 -
CMYK 0.30 0 0.89 0.42
HSL 80.45º 0.8% 0.33% -
HSV(B) 80.45º 0.89% 0.58% -
XYZ 16.56 24.48 4.38 -
YUV 120.5 69.59 116.23 -
System Red Green Blue C M Y K H S L
Decimal 104 149 17 0.30 0 0.89 0.42 80.45 0.8 0.33
Hex 68 95 11 1E 0 59 2A 50 50 21
Octal 150 225 21 36 0 131 52 120 120 41
Binary 1101000 10010101 10001 11110 0 1011001 101010 1010000 1010000 100001

Color Harmonies of #689511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689511

Black with #689511

Text Example


Text Example

White with #689511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689511; }

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

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

background-color css

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

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

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

border-color css

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

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

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