Html Css Color HEX #687700 Olive

📋 copy color: '#687700'

red 104 ◦ green 119 ◦ blue 0

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

Shades of Olive #687700

Tints of Olive #687700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 53.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.64%
G = 53.36%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#687700 (or 0x687700) is known color: Olive. HEX triplet: 68, 77 and 00. RGB value is (104,119,0). Sum of RGB (Red+Green+Blue) = 104+119+0=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #687700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687700 is #9788FF. Grayscale: #656565. Windows color (decimal): -9931008 or 30568. OLE color: 30568.

HSL color Cylindrical-coordinate representation of color #687700: hue angle of 67.56º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #687700 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 119 0 -
CMYK 0.13 0 1 0.53
HSL 67.56º 1% 0.23% -
HSV(B) 67.56º 1% 0.47% -
XYZ 12.31 16.14 2.47 -
YUV 100.95 71.03 130.18 -
System Red Green Blue C M Y K H S L
Decimal 104 119 0 0.13 0 1 0.53 67.56 1 0.23
Hex 68 77 0 D 0 64 35 44 64 17
Octal 150 167 0 15 0 144 65 104 144 27
Binary 1101000 1110111 0 1101 0 1100100 110101 1000100 1100100 10111

Color Harmonies of #687700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687700

Black with #687700

Text Example


Text Example

White with #687700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687700; }

 p { color: rgb(104,119,0); }

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

background-color css

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

 a { background-color: rgb(104,119,0); }

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

border-color css

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

 span { border-color: rgb(104,119,0); }

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