Html Css Color HEX #687500 Olive

📋 copy color: '#687500'

red 104 ◦ green 117 ◦ blue 0

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

Shades of Olive #687500

Tints of Olive #687500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.94%

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

R = 47.06%
G = 52.94%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#687500 (or 0x687500) is known color: Olive. HEX triplet: 68, 75 and 00. RGB value is (104,117,0). Sum of RGB (Red+Green+Blue) = 104+117+0=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #687500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687500 is #978AFF. Grayscale: #646464. Windows color (decimal): -9931520 or 30056. OLE color: 30056.

HSL color Cylindrical-coordinate representation of color #687500: hue angle of 66.67º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #687500 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 117 0 -
CMYK 0.11 0 1 0.54
HSL 66.67º 1% 0.23% -
HSV(B) 66.67º 1% 0.46% -
XYZ 12.07 15.67 2.39 -
YUV 99.78 71.69 131.01 -
System Red Green Blue C M Y K H S L
Decimal 104 117 0 0.11 0 1 0.54 66.67 1 0.23
Hex 68 75 0 B 0 64 36 43 64 17
Octal 150 165 0 13 0 144 66 103 144 27
Binary 1101000 1110101 0 1011 0 1100100 110110 1000011 1100100 10111

Color Harmonies of #687500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687500

Black with #687500

Text Example


Text Example

White with #687500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687500; }

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

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

background-color css

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

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

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

border-color css

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

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

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