Html Css Color HEX #689527 Olive Drab

📋 copy color: '#689527'

red 104 ◦ green 149 ◦ blue 39

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

Shades of Olive Drab #689527

Tints of Olive Drab #689527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.36%

R = 35.62%
G = 51.03%
B = 13.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#689527 (or 0x689527) is known color: Olive Drab. HEX triplet: 68, 95 and 27. RGB value is (104,149,39). Sum of RGB (Red+Green+Blue) = 104+149+39=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #689527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689527 is #976AD8. Grayscale: #7B7B7B. Windows color (decimal): -9923289 or 2594152. OLE color: 2594152.

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

Color convert

RGB 104 149 39 -
CMYK 0.30 0 0.74 0.42
HSL 84.55º 0.59% 0.37% -
HSV(B) 84.55º 0.74% 0.58% -
XYZ 16.82 24.58 5.78 -
YUV 123.01 80.59 114.44 -
System Red Green Blue C M Y K H S L
Decimal 104 149 39 0.30 0 0.74 0.42 84.55 0.59 0.37
Hex 68 95 27 1E 0 4A 2A 55 3B 25
Octal 150 225 47 36 0 112 52 125 73 45
Binary 1101000 10010101 100111 11110 0 1001010 101010 1010101 111011 100101

Color Harmonies of #689527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689527

Black with #689527

Text Example


Text Example

White with #689527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689527; }

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

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

background-color css

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

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

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

border-color css

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

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

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