Html Css Color HEX #688501 Olive

📋 copy color: '#688501'

red 104 ◦ green 133 ◦ blue 1

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

Shades of Olive #688501

Tints of Olive #688501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.88%

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

R = 43.7%
G = 55.88%
B = 0.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#688501 (or 0x688501) is known color: Olive. HEX triplet: 68, 85 and 01. RGB value is (104,133,1). Sum of RGB (Red+Green+Blue) = 104+133+1=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #688501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688501 is #977AFE. Grayscale: #6D6D6D. Windows color (decimal): -9927423 or 99688. OLE color: 99688.

HSL color Cylindrical-coordinate representation of color #688501: hue angle of 73.18º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #688501 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 133 1 -
CMYK 0.22 0 0.99 0.48
HSL 73.18º 0.99% 0.26% -
HSV(B) 73.18º 0.99% 0.52% -
XYZ 14.1 19.72 3.09 -
YUV 109.28 66.89 124.23 -
System Red Green Blue C M Y K H S L
Decimal 104 133 1 0.22 0 0.99 0.48 73.18 0.99 0.26
Hex 68 85 1 16 0 63 30 49 63 1A
Octal 150 205 1 26 0 143 60 111 143 32
Binary 1101000 10000101 1 10110 0 1100011 110000 1001001 1100011 11010

Color Harmonies of #688501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688501

Black with #688501

Text Example


Text Example

White with #688501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688501; }

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

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

background-color css

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

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

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

border-color css

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

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

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