Html Css Color HEX #687205 Olive

📋 copy color: '#687205'

red 104 ◦ green 114 ◦ blue 5

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

Shades of Olive #687205

Tints of Olive #687205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.12%

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

R = 46.64%
G = 51.12%
B = 2.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#687205 (or 0x687205) is known color: Olive. HEX triplet: 68, 72 and 05. RGB value is (104,114,5). Sum of RGB (Red+Green+Blue) = 104+114+5=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #687205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687205 is #978DFA. Grayscale: #636363. Windows color (decimal): -9932283 or 356968. OLE color: 356968.

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

Color convert

RGB 104 114 5 -
CMYK 0.09 0 0.96 0.55
HSL 65.5º 0.92% 0.23% -
HSV(B) 65.5º 0.96% 0.45% -
XYZ 11.75 14.99 2.42 -
YUV 98.58 75.19 131.86 -
System Red Green Blue C M Y K H S L
Decimal 104 114 5 0.09 0 0.96 0.55 65.5 0.92 0.23
Hex 68 72 5 9 0 60 37 42 5C 17
Octal 150 162 5 11 0 140 67 102 134 27
Binary 1101000 1110010 101 1001 0 1100000 110111 1000010 1011100 10111

Color Harmonies of #687205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687205

Black with #687205

Text Example


Text Example

White with #687205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687205; }

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

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

background-color css

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

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

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

border-color css

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

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

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