Html Css Color HEX #687000 Olive

📋 copy color: '#687000'

red 104 ◦ green 112 ◦ blue 0

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

Shades of Olive #687000

Tints of Olive #687000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.85%

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

R = 48.15%
G = 51.85%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#687000 (or 0x687000) is known color: Olive. HEX triplet: 68, 70 and 00. RGB value is (104,112,0). Sum of RGB (Red+Green+Blue) = 104+112+0=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #687000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687000 is #978FFF. Grayscale: #616161. Windows color (decimal): -9932800 or 28776. OLE color: 28776.

HSL color Cylindrical-coordinate representation of color #687000: hue angle of 64.29º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #687000 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 112 0 -
CMYK 0.07 0 1 0.56
HSL 64.29º 1% 0.22% -
HSV(B) 64.29º 1% 0.44% -
XYZ 11.5 14.53 2.2 -
YUV 96.84 73.35 133.11 -
System Red Green Blue C M Y K H S L
Decimal 104 112 0 0.07 0 1 0.56 64.29 1 0.22
Hex 68 70 0 7 0 64 38 40 64 16
Octal 150 160 0 7 0 144 70 100 144 26
Binary 1101000 1110000 0 111 0 1100100 111000 1000000 1100100 10110

Color Harmonies of #687000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687000

Black with #687000

Text Example


Text Example

White with #687000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687000; }

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

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

background-color css

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

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

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

border-color css

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

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

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