Html Css Color HEX #687C08 Olive

📋 copy color: '#687C08'

red 104 ◦ green 124 ◦ blue 8

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

Shades of Olive #687C08

Tints of Olive #687C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.39%

R = 44.07%
G = 52.54%
B = 3.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#687C08 (or 0x687C08) is known color: Olive. HEX triplet: 68, 7C and 08. RGB value is (104,124,8). Sum of RGB (Red+Green+Blue) = 104+124+8=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #687C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687C08 is #9783F7. Grayscale: #696969. Windows color (decimal): -9929720 or 556136. OLE color: 556136.

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

Color convert

RGB 104 124 8 -
CMYK 0.16 0 0.94 0.51
HSL 70.34º 0.88% 0.26% -
HSV(B) 70.34º 0.94% 0.49% -
XYZ 12.96 17.38 2.9 -
YUV 104.8 73.37 127.43 -
System Red Green Blue C M Y K H S L
Decimal 104 124 8 0.16 0 0.94 0.51 70.34 0.88 0.26
Hex 68 7C 8 10 0 5E 33 46 58 1A
Octal 150 174 10 20 0 136 63 106 130 32
Binary 1101000 1111100 1000 10000 0 1011110 110011 1000110 1011000 11010

Color Harmonies of #687C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687C08

Black with #687C08

Text Example


Text Example

White with #687C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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