Html Css Color HEX #687C05 Olive

📋 copy color: '#687C05'

red 104 ◦ green 124 ◦ blue 5

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

Shades of Olive #687C05

Tints of Olive #687C05

RGB

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

 GREEN value IS 124 (48.83% from 255) = 53.22%

 BLUE value IS 5 (2.34% from 255) = 2.15%

R = 44.64%
G = 53.22%
B = 2.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.51

RGB Variations

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

Color information

#687C05 (or 0x687C05) is known color: Olive. HEX triplet: 68, 7C and 05. RGB value is (104,124,5). Sum of RGB (Red+Green+Blue) = 104+124+5=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 124 (48.83% from 255 or 53.22% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 124 - color contains mainly: green. Hex color #687C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687C05 is #9783FA. Grayscale: #686868. Windows color (decimal): -9929723 or 359528. OLE color: 359528.

HSL color Cylindrical-coordinate representation of color #687C05: hue angle of 70.08º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #687C05 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 124 5 -
CMYK 0.16 0 0.96 0.51
HSL 70.08º 0.92% 0.25% -
HSV(B) 70.08º 0.96% 0.49% -
XYZ 12.94 17.37 2.81 -
YUV 104.45 71.87 127.68 -
System Red Green Blue C M Y K H S L
Decimal 104 124 5 0.16 0 0.96 0.51 70.08 0.92 0.25
Hex 68 7C 5 10 0 60 33 46 5C 19
Octal 150 174 5 20 0 140 63 106 134 31
Binary 1101000 1111100 101 10000 0 1100000 110011 1000110 1011100 11001

Color Harmonies of #687C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687C05

Black with #687C05

Text Example


Text Example

White with #687C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687C05; }

 p { color: rgb(104,124,5); }

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

background-color css

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

 a { background-color: rgb(104,124,5); }

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

border-color css

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

 span { border-color: rgb(104,124,5); }

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