Html Css Color HEX #687401 Olive

📋 copy color: '#687401'

red 104 ◦ green 116 ◦ blue 1

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

Shades of Olive #687401

Tints of Olive #687401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.49%

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

R = 47.06%
G = 52.49%
B = 0.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#687401 (or 0x687401) is known color: Olive. HEX triplet: 68, 74 and 01. RGB value is (104,116,1). Sum of RGB (Red+Green+Blue) = 104+116+1=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #687401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687401 is #978BFE. Grayscale: #636363. Windows color (decimal): -9931775 or 95336. OLE color: 95336.

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

Color convert

RGB 104 116 1 -
CMYK 0.10 0 0.99 0.55
HSL 66.26º 0.98% 0.23% -
HSV(B) 66.26º 0.99% 0.45% -
XYZ 11.96 15.44 2.38 -
YUV 99.3 72.52 131.35 -
System Red Green Blue C M Y K H S L
Decimal 104 116 1 0.10 0 0.99 0.55 66.26 0.98 0.23
Hex 68 74 1 A 0 63 37 42 62 17
Octal 150 164 1 12 0 143 67 102 142 27
Binary 1101000 1110100 1 1010 0 1100011 110111 1000010 1100010 10111

Color Harmonies of #687401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687401

Black with #687401

Text Example


Text Example

White with #687401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687401; }

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

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

background-color css

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

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

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

border-color css

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

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

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