Html Css Color HEX #689818 Olive Drab

📋 copy color: '#689818'

red 104 ◦ green 152 ◦ blue 24

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

Shades of Olive Drab #689818

Tints of Olive Drab #689818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.57%

R = 37.14%
G = 54.29%
B = 8.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#689818 (or 0x689818) is known color: Olive Drab. HEX triplet: 68, 98 and 18. RGB value is (104,152,24). Sum of RGB (Red+Green+Blue) = 104+152+24=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #689818 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689818 is #9767E7. Grayscale: #7B7B7B. Windows color (decimal): -9922536 or 1611880. OLE color: 1611880.

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

Color convert

RGB 104 152 24 -
CMYK 0.32 0 0.84 0.40
HSL 82.5º 0.73% 0.35% -
HSV(B) 82.5º 0.84% 0.6% -
XYZ 17.1 25.47 4.88 -
YUV 123.06 72.1 114.41 -
System Red Green Blue C M Y K H S L
Decimal 104 152 24 0.32 0 0.84 0.40 82.5 0.73 0.35
Hex 68 98 18 20 0 54 28 52 49 23
Octal 150 230 30 40 0 124 50 122 111 43
Binary 1101000 10011000 11000 100000 0 1010100 101000 1010010 1001001 100011

Color Harmonies of #689818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689818

Black with #689818

Text Example


Text Example

White with #689818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689818; }

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

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

background-color css

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

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

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

border-color css

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

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

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