Html Css Color HEX #689314 Olive Drab

📋 copy color: '#689314'

red 104 ◦ green 147 ◦ blue 20

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

Shades of Olive Drab #689314

Tints of Olive Drab #689314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.24%

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

R = 38.38%
G = 54.24%
B = 7.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#689314 (or 0x689314) is known color: Olive Drab. HEX triplet: 68, 93 and 14. RGB value is (104,147,20). Sum of RGB (Red+Green+Blue) = 104+147+20=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #689314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689314 is #976CEB. Grayscale: #787878. Windows color (decimal): -9923820 or 1348456. OLE color: 1348456.

HSL color Cylindrical-coordinate representation of color #689314: hue angle of 80.31º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #689314 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 147 20 -
CMYK 0.29 0 0.86 0.42
HSL 80.31º 0.76% 0.33% -
HSV(B) 80.31º 0.86% 0.58% -
XYZ 16.27 23.86 4.41 -
YUV 119.67 71.75 116.83 -
System Red Green Blue C M Y K H S L
Decimal 104 147 20 0.29 0 0.86 0.42 80.31 0.76 0.33
Hex 68 93 14 1D 0 56 2A 50 4C 21
Octal 150 223 24 35 0 126 52 120 114 41
Binary 1101000 10010011 10100 11101 0 1010110 101010 1010000 1001100 100001

Color Harmonies of #689314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689314

Black with #689314

Text Example


Text Example

White with #689314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689314; }

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

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

background-color css

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

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

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

border-color css

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

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

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