Html Css Color HEX #689110 Olive Drab

📋 copy color: '#689110'

red 104 ◦ green 145 ◦ blue 16

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

Shades of Olive Drab #689110

Tints of Olive Drab #689110

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.72%

 BLUE value IS 16 (6.64% from 255) = 6.04%

R = 39.25%
G = 54.72%
B = 6.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#689110 (or 0x689110) is known color: Olive Drab. HEX triplet: 68, 91 and 10. RGB value is (104,145,16). Sum of RGB (Red+Green+Blue) = 104+145+16=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #689110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689110 is #976EEF. Grayscale: #767676. Windows color (decimal): -9924336 or 1085800. OLE color: 1085800.

HSL color Cylindrical-coordinate representation of color #689110: hue angle of 79.07º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #689110 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 145 16 -
CMYK 0.28 0 0.89 0.43
HSL 79.07º 0.8% 0.32% -
HSV(B) 79.07º 0.89% 0.57% -
XYZ 15.93 23.23 4.13 -
YUV 118.04 70.42 117.99 -
System Red Green Blue C M Y K H S L
Decimal 104 145 16 0.28 0 0.89 0.43 79.07 0.8 0.32
Hex 68 91 10 1C 0 59 2B 4F 50 20
Octal 150 221 20 34 0 131 53 117 120 40
Binary 1101000 10010001 10000 11100 0 1011001 101011 1001111 1010000 100000

Color Harmonies of #689110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689110

Black with #689110

Text Example


Text Example

White with #689110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689110; }

 p { color: rgb(104,145,16); }

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

background-color css

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

 a { background-color: rgb(104,145,16); }

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

border-color css

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

 span { border-color: rgb(104,145,16); }

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