Html Css Color HEX #689820 Olive Drab

📋 copy color: '#689820'

red 104 ◦ green 152 ◦ blue 32

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

Shades of Olive Drab #689820

Tints of Olive Drab #689820

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.78%

 BLUE value IS 32 (12.89% from 255) = 11.11%

R = 36.11%
G = 52.78%
B = 11.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#689820 (or 0x689820) is known color: Olive Drab. HEX triplet: 68, 98 and 20. RGB value is (104,152,32). Sum of RGB (Red+Green+Blue) = 104+152+32=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #689820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689820 is #9767DF. Grayscale: #7C7C7C. Windows color (decimal): -9922528 or 2136168. OLE color: 2136168.

HSL color Cylindrical-coordinate representation of color #689820: hue angle of 84º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #689820 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 152 32 -
CMYK 0.32 0 0.79 0.40
HSL 84º 0.65% 0.36% -
HSV(B) 84º 0.79% 0.6% -
XYZ 17.2 25.5 5.38 -
YUV 123.97 76.1 113.76 -
System Red Green Blue C M Y K H S L
Decimal 104 152 32 0.32 0 0.79 0.40 84 0.65 0.36
Hex 68 98 20 20 0 4F 28 54 41 24
Octal 150 230 40 40 0 117 50 124 101 44
Binary 1101000 10011000 100000 100000 0 1001111 101000 1010100 1000001 100100

Color Harmonies of #689820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689820

Black with #689820

Text Example


Text Example

White with #689820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689820; }

 p { color: rgb(104,152,32); }

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

background-color css

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

 a { background-color: rgb(104,152,32); }

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

border-color css

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

 span { border-color: rgb(104,152,32); }

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