Html Css Color HEX #687606 Olive

📋 copy color: '#687606'

red 104 ◦ green 118 ◦ blue 6

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

Shades of Olive #687606

Tints of Olive #687606

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.75%

 BLUE value IS 6 (2.73% from 255) = 2.63%

R = 45.61%
G = 51.75%
B = 2.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#687606 (or 0x687606) is known color: Olive. HEX triplet: 68, 76 and 06. RGB value is (104,118,6). Sum of RGB (Red+Green+Blue) = 104+118+6=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #687606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687606 is #9789F9. Grayscale: #656565. Windows color (decimal): -9931258 or 423528. OLE color: 423528.

HSL color Cylindrical-coordinate representation of color #687606: hue angle of 67.5º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #687606 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 118 6 -
CMYK 0.12 0 0.95 0.54
HSL 67.5º 0.9% 0.24% -
HSV(B) 67.5º 0.95% 0.46% -
XYZ 12.22 15.91 2.6 -
YUV 101.05 74.36 130.11 -
System Red Green Blue C M Y K H S L
Decimal 104 118 6 0.12 0 0.95 0.54 67.5 0.9 0.24
Hex 68 76 6 C 0 5F 36 44 5A 18
Octal 150 166 6 14 0 137 66 104 132 30
Binary 1101000 1110110 110 1100 0 1011111 110110 1000100 1011010 11000

Color Harmonies of #687606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687606

Black with #687606

Text Example


Text Example

White with #687606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687606; }

 p { color: rgb(104,118,6); }

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

background-color css

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

 a { background-color: rgb(104,118,6); }

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

border-color css

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

 span { border-color: rgb(104,118,6); }

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