Html Css Color HEX #689015 Olive Drab

📋 copy color: '#689015'

red 104 ◦ green 144 ◦ blue 21

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

Shades of Olive Drab #689015

Tints of Olive Drab #689015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.81%

R = 38.66%
G = 53.53%
B = 7.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#689015 (or 0x689015) is known color: Olive Drab. HEX triplet: 68, 90 and 15. RGB value is (104,144,21). Sum of RGB (Red+Green+Blue) = 104+144+21=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 144 (56.64% from 255 or 53.53% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 144 - color contains mainly: green. Hex color #689015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689015 is #976FEA. Grayscale: #767676. Windows color (decimal): -9924587 or 1413224. OLE color: 1413224.

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

Color convert

RGB 104 144 21 -
CMYK 0.28 0 0.85 0.44
HSL 79.51º 0.75% 0.32% -
HSV(B) 79.51º 0.85% 0.56% -
XYZ 15.82 22.94 4.3 -
YUV 118.02 73.25 118 -
System Red Green Blue C M Y K H S L
Decimal 104 144 21 0.28 0 0.85 0.44 79.51 0.75 0.32
Hex 68 90 15 1C 0 55 2C 50 4B 20
Octal 150 220 25 34 0 125 54 120 113 40
Binary 1101000 10010000 10101 11100 0 1010101 101100 1010000 1001011 100000

Color Harmonies of #689015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689015

Black with #689015

Text Example


Text Example

White with #689015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689015; }

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

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

background-color css

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

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

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

border-color css

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

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

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