Html Css Color HEX #688700 Olive

📋 copy color: '#688700'

red 104 ◦ green 135 ◦ blue 0

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

Shades of Olive #688700

Tints of Olive #688700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.51%
G = 56.49%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#688700 (or 0x688700) is known color: Olive. HEX triplet: 68, 87 and 00. RGB value is (104,135,0). Sum of RGB (Red+Green+Blue) = 104+135+0=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #688700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688700 is #9778FF. Grayscale: #6E6E6E. Windows color (decimal): -9926912 or 34664. OLE color: 34664.

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

Color convert

RGB 104 135 0 -
CMYK 0.23 0 1 0.47
HSL 73.78º 1% 0.26% -
HSV(B) 73.78º 1% 0.53% -
XYZ 14.37 20.27 3.16 -
YUV 110.34 65.73 123.48 -
System Red Green Blue C M Y K H S L
Decimal 104 135 0 0.23 0 1 0.47 73.78 1 0.26
Hex 68 87 0 17 0 64 2F 4A 64 1A
Octal 150 207 0 27 0 144 57 112 144 32
Binary 1101000 10000111 0 10111 0 1100100 101111 1001010 1100100 11010

Color Harmonies of #688700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688700

Black with #688700

Text Example


Text Example

White with #688700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688700; }

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

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

background-color css

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

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

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

border-color css

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

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

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