Html Css Color HEX #687405 Olive

📋 copy color: '#687405'

red 104 ◦ green 116 ◦ blue 5

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

Shades of Olive #687405

Tints of Olive #687405

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.56%

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

R = 46.22%
G = 51.56%
B = 2.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#687405 (or 0x687405) is known color: Olive. HEX triplet: 68, 74 and 05. RGB value is (104,116,5). Sum of RGB (Red+Green+Blue) = 104+116+5=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #687405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687405 is #978BFA. Grayscale: #646464. Windows color (decimal): -9931771 or 357480. OLE color: 357480.

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

Color convert

RGB 104 116 5 -
CMYK 0.10 0 0.96 0.55
HSL 66.49º 0.92% 0.24% -
HSV(B) 66.49º 0.96% 0.45% -
XYZ 11.98 15.44 2.49 -
YUV 99.76 74.52 131.03 -
System Red Green Blue C M Y K H S L
Decimal 104 116 5 0.10 0 0.96 0.55 66.49 0.92 0.24
Hex 68 74 5 A 0 60 37 42 5C 18
Octal 150 164 5 12 0 140 67 102 134 30
Binary 1101000 1110100 101 1010 0 1100000 110111 1000010 1011100 11000

Color Harmonies of #687405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687405

Black with #687405

Text Example


Text Example

White with #687405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687405; }

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

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

background-color css

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

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

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

border-color css

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

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

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