Html Css Color HEX #688701 Olive

📋 copy color: '#688701'

red 104 ◦ green 135 ◦ blue 1

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

Shades of Olive #688701

Tints of Olive #688701

RGB

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

 GREEN value IS 135 (53.13% from 255) = 56.25%

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

R = 43.33%
G = 56.25%
B = 0.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#688701 (or 0x688701) is known color: Olive. HEX triplet: 68, 87 and 01. RGB value is (104,135,1). Sum of RGB (Red+Green+Blue) = 104+135+1=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #688701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688701 is #9778FE. Grayscale: #6E6E6E. Windows color (decimal): -9926911 or 100200. OLE color: 100200.

HSL color Cylindrical-coordinate representation of color #688701: hue angle of 73.88º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #688701 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 135 1 -
CMYK 0.23 0 0.99 0.47
HSL 73.88º 0.99% 0.27% -
HSV(B) 73.88º 0.99% 0.53% -
XYZ 14.38 20.27 3.18 -
YUV 110.46 66.23 123.4 -
System Red Green Blue C M Y K H S L
Decimal 104 135 1 0.23 0 0.99 0.47 73.88 0.99 0.27
Hex 68 87 1 17 0 63 2F 4A 63 1B
Octal 150 207 1 27 0 143 57 112 143 33
Binary 1101000 10000111 1 10111 0 1100011 101111 1001010 1100011 11011

Color Harmonies of #688701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688701

Black with #688701

Text Example


Text Example

White with #688701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688701; }

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

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

background-color css

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

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

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

border-color css

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

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

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