Html Css Color HEX #687501 Olive

📋 copy color: '#687501'

red 104 ◦ green 117 ◦ blue 1

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

Shades of Olive #687501

Tints of Olive #687501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 46.85%
G = 52.7%
B = 0.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#687501 (or 0x687501) is known color: Olive. HEX triplet: 68, 75 and 01. RGB value is (104,117,1). Sum of RGB (Red+Green+Blue) = 104+117+1=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #687501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687501 is #978AFE. Grayscale: #646464. Windows color (decimal): -9931519 or 95592. OLE color: 95592.

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

Color convert

RGB 104 117 1 -
CMYK 0.11 0 0.99 0.54
HSL 66.72º 0.98% 0.23% -
HSV(B) 66.72º 0.99% 0.46% -
XYZ 12.08 15.67 2.42 -
YUV 99.89 72.19 130.93 -
System Red Green Blue C M Y K H S L
Decimal 104 117 1 0.11 0 0.99 0.54 66.72 0.98 0.23
Hex 68 75 1 B 0 63 36 43 62 17
Octal 150 165 1 13 0 143 66 103 142 27
Binary 1101000 1110101 1 1011 0 1100011 110110 1000011 1100010 10111

Color Harmonies of #687501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687501

Black with #687501

Text Example


Text Example

White with #687501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687501; }

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

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

background-color css

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

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

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

border-color css

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

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

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