Html Css Color HEX #687105 Olive

📋 copy color: '#687105'

red 104 ◦ green 113 ◦ blue 5

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

Shades of Olive #687105

Tints of Olive #687105

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50.9%

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

R = 46.85%
G = 50.9%
B = 2.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#687105 (or 0x687105) is known color: Olive. HEX triplet: 68, 71 and 05. RGB value is (104,113,5). Sum of RGB (Red+Green+Blue) = 104+113+5=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #687105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687105 is #978EFA. Grayscale: #626262. Windows color (decimal): -9932539 or 356712. OLE color: 356712.

HSL color Cylindrical-coordinate representation of color #687105: hue angle of 65º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #687105 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 113 5 -
CMYK 0.08 0 0.96 0.56
HSL 65º 0.92% 0.23% -
HSV(B) 65º 0.96% 0.44% -
XYZ 11.64 14.76 2.38 -
YUV 98 75.52 132.28 -
System Red Green Blue C M Y K H S L
Decimal 104 113 5 0.08 0 0.96 0.56 65 0.92 0.23
Hex 68 71 5 8 0 60 38 41 5C 17
Octal 150 161 5 10 0 140 70 101 134 27
Binary 1101000 1110001 101 1000 0 1100000 111000 1000001 1011100 10111

Color Harmonies of #687105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687105

Black with #687105

Text Example


Text Example

White with #687105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687105; }

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

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

background-color css

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

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

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

border-color css

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

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

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