Html Css Color HEX #689010 Olive Drab

📋 copy color: '#689010'

red 104 ◦ green 144 ◦ blue 16

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

Shades of Olive Drab #689010

Tints of Olive Drab #689010

RGB

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

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

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

R = 39.39%
G = 54.55%
B = 6.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#689010 (or 0x689010) is known color: Olive Drab. HEX triplet: 68, 90 and 10. RGB value is (104,144,16). Sum of RGB (Red+Green+Blue) = 104+144+16=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #689010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689010 is #976FEF. Grayscale: #757575. Windows color (decimal): -9924592 or 1085544. OLE color: 1085544.

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

Color convert

RGB 104 144 16 -
CMYK 0.28 0 0.89 0.44
HSL 78.75º 0.8% 0.31% -
HSV(B) 78.75º 0.89% 0.56% -
XYZ 15.78 22.93 4.08 -
YUV 117.45 70.75 118.41 -
System Red Green Blue C M Y K H S L
Decimal 104 144 16 0.28 0 0.89 0.44 78.75 0.8 0.31
Hex 68 90 10 1C 0 59 2C 4F 50 1F
Octal 150 220 20 34 0 131 54 117 120 37
Binary 1101000 10010000 10000 11100 0 1011001 101100 1001111 1010000 11111

Color Harmonies of #689010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689010

Black with #689010

Text Example


Text Example

White with #689010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689010; }

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

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

background-color css

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

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

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

border-color css

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

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

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