Html Css Color HEX #689014 Olive Drab

📋 copy color: '#689014'

red 104 ◦ green 144 ◦ blue 20

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

Shades of Olive Drab #689014

Tints of Olive Drab #689014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.46%

R = 38.81%
G = 53.73%
B = 7.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#689014 (or 0x689014) is known color: Olive Drab. HEX triplet: 68, 90 and 14. RGB value is (104,144,20). Sum of RGB (Red+Green+Blue) = 104+144+20=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #689014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689014 is #976FEB. Grayscale: #767676. Windows color (decimal): -9924588 or 1347688. OLE color: 1347688.

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

Color convert

RGB 104 144 20 -
CMYK 0.28 0 0.86 0.44
HSL 79.35º 0.76% 0.32% -
HSV(B) 79.35º 0.86% 0.56% -
XYZ 15.81 22.94 4.26 -
YUV 117.9 72.75 118.08 -
System Red Green Blue C M Y K H S L
Decimal 104 144 20 0.28 0 0.86 0.44 79.35 0.76 0.32
Hex 68 90 14 1C 0 56 2C 4F 4C 20
Octal 150 220 24 34 0 126 54 117 114 40
Binary 1101000 10010000 10100 11100 0 1010110 101100 1001111 1001100 100000

Color Harmonies of #689014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689014

Black with #689014

Text Example


Text Example

White with #689014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689014; }

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

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

background-color css

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

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

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

border-color css

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

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

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