Html Css Color HEX #688301 Olive

📋 copy color: '#688301'

red 104 ◦ green 131 ◦ blue 1

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

Shades of Olive #688301

Tints of Olive #688301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.51%

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

R = 44.07%
G = 55.51%
B = 0.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#688301 (or 0x688301) is known color: Olive. HEX triplet: 68, 83 and 01. RGB value is (104,131,1). Sum of RGB (Red+Green+Blue) = 104+131+1=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #688301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688301 is #977CFE. Grayscale: #6C6C6C. Windows color (decimal): -9927935 or 99176. OLE color: 99176.

HSL color Cylindrical-coordinate representation of color #688301: hue angle of 72.46º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #688301 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 131 1 -
CMYK 0.21 0 0.99 0.49
HSL 72.46º 0.98% 0.26% -
HSV(B) 72.46º 0.99% 0.51% -
XYZ 13.83 19.18 3 -
YUV 108.11 67.55 125.07 -
System Red Green Blue C M Y K H S L
Decimal 104 131 1 0.21 0 0.99 0.49 72.46 0.98 0.26
Hex 68 83 1 15 0 63 31 48 62 1A
Octal 150 203 1 25 0 143 61 110 142 32
Binary 1101000 10000011 1 10101 0 1100011 110001 1001000 1100010 11010

Color Harmonies of #688301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688301

Black with #688301

Text Example


Text Example

White with #688301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688301; }

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

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

background-color css

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

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

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

border-color css

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

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

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