Html Css Color HEX #689000 Olive Drab

📋 copy color: '#689000'

red 104 ◦ green 144 ◦ blue 0

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

Shades of Olive Drab #689000

Tints of Olive Drab #689000

RGB

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

 GREEN value IS 144 (56.64% from 255) = 58.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.94%
G = 58.06%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#689000 (or 0x689000) is known color: Olive Drab. HEX triplet: 68, 90 and 00. RGB value is (104,144,0). Sum of RGB (Red+Green+Blue) = 104+144+0=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 144 (56.64% from 255 or 58.06% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 144 - color contains mainly: green. Hex color #689000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689000 is #976FFF. Grayscale: #747474. Windows color (decimal): -9924608 or 36968. OLE color: 36968.

HSL color Cylindrical-coordinate representation of color #689000: hue angle of 76.67º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #689000 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 144 0 -
CMYK 0.28 0 1 0.44
HSL 76.67º 1% 0.28% -
HSV(B) 76.67º 1% 0.56% -
XYZ 15.68 22.89 3.59 -
YUV 115.62 62.75 119.71 -
System Red Green Blue C M Y K H S L
Decimal 104 144 0 0.28 0 1 0.44 76.67 1 0.28
Hex 68 90 0 1C 0 64 2C 4D 64 1C
Octal 150 220 0 34 0 144 54 115 144 34
Binary 1101000 10010000 0 11100 0 1100100 101100 1001101 1100100 11100

Color Harmonies of #689000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689000

Black with #689000

Text Example


Text Example

White with #689000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689000; }

 p { color: rgb(104,144,0); }

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

background-color css

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

 a { background-color: rgb(104,144,0); }

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

border-color css

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

 span { border-color: rgb(104,144,0); }

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