Html Css Color HEX #687301 Olive

📋 copy color: '#687301'

red 104 ◦ green 115 ◦ blue 1

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

Shades of Olive #687301

Tints of Olive #687301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.27%

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

R = 47.27%
G = 52.27%
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

#687301 (or 0x687301) is known color: Olive. HEX triplet: 68, 73 and 01. RGB value is (104,115,1). Sum of RGB (Red+Green+Blue) = 104+115+1=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #687301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687301 is #978CFE. Grayscale: #636363. Windows color (decimal): -9932031 or 95080. OLE color: 95080.

HSL color Cylindrical-coordinate representation of color #687301: hue angle of 65.79º 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 #687301 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 115 1 -
CMYK 0.10 0 0.99 0.55
HSL 65.79º 0.98% 0.23% -
HSV(B) 65.79º 0.99% 0.45% -
XYZ 11.85 15.21 2.34 -
YUV 98.72 72.86 131.77 -
System Red Green Blue C M Y K H S L
Decimal 104 115 1 0.10 0 0.99 0.55 65.79 0.98 0.23
Hex 68 73 1 A 0 63 37 42 62 17
Octal 150 163 1 12 0 143 67 102 142 27
Binary 1101000 1110011 1 1010 0 1100011 110111 1000010 1100010 10111

Color Harmonies of #687301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687301

Black with #687301

Text Example


Text Example

White with #687301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687301; }

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

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

background-color css

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

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

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

border-color css

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

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

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