Html Css Color HEX #689526 Olive Drab

📋 copy color: '#689526'

red 104 ◦ green 149 ◦ blue 38

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

Shades of Olive Drab #689526

Tints of Olive Drab #689526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.06%

R = 35.74%
G = 51.2%
B = 13.06%

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

#689526 (or 0x689526) is known color: Olive Drab. HEX triplet: 68, 95 and 26. RGB value is (104,149,38). Sum of RGB (Red+Green+Blue) = 104+149+38=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #689526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689526 is #976AD9. Grayscale: #7B7B7B. Windows color (decimal): -9923290 or 2528616. OLE color: 2528616.

HSL color Cylindrical-coordinate representation of color #689526: hue angle of 84.32º 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 #689526 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 149 38 -
CMYK 0.30 0 0.74 0.42
HSL 84.32º 0.59% 0.37% -
HSV(B) 84.32º 0.74% 0.58% -
XYZ 16.81 24.58 5.69 -
YUV 122.89 80.09 114.53 -
System Red Green Blue C M Y K H S L
Decimal 104 149 38 0.30 0 0.74 0.42 84.32 0.59 0.37
Hex 68 95 26 1E 0 4A 2A 54 3B 25
Octal 150 225 46 36 0 112 52 124 73 45
Binary 1101000 10010101 100110 11110 0 1001010 101010 1010100 111011 100101

Color Harmonies of #689526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689526

Black with #689526

Text Example


Text Example

White with #689526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689526; }

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

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

background-color css

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

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

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

border-color css

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

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

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