Html Css Color HEX #689100 Olive Drab

📋 copy color: '#689100'

red 104 ◦ green 145 ◦ blue 0

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

Shades of Olive Drab #689100

Tints of Olive Drab #689100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.77%
G = 58.23%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#689100 (or 0x689100) is known color: Olive Drab. HEX triplet: 68, 91 and 00. RGB value is (104,145,0). Sum of RGB (Red+Green+Blue) = 104+145+0=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 145 (57.03% from 255 or 58.23% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 145 - color contains mainly: green. Hex color #689100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689100 is #976EFF. Grayscale: #747474. Windows color (decimal): -9924352 or 37224. OLE color: 37224.

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

Color convert

RGB 104 145 0 -
CMYK 0.28 0 1 0.43
HSL 76.97º 1% 0.28% -
HSV(B) 76.97º 1% 0.57% -
XYZ 15.83 23.19 3.64 -
YUV 116.21 62.42 119.29 -
System Red Green Blue C M Y K H S L
Decimal 104 145 0 0.28 0 1 0.43 76.97 1 0.28
Hex 68 91 0 1C 0 64 2B 4D 64 1C
Octal 150 221 0 34 0 144 53 115 144 34
Binary 1101000 10010001 0 11100 0 1100100 101011 1001101 1100100 11100

Color Harmonies of #689100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689100

Black with #689100

Text Example


Text Example

White with #689100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689100; }

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

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

background-color css

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

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

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

border-color css

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

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

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