Html Css Color HEX #688710 Olive Drab

📋 copy color: '#688710'

red 104 ◦ green 135 ◦ blue 16

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

Shades of Olive Drab #688710

Tints of Olive Drab #688710

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.94%

 BLUE value IS 16 (6.64% from 255) = 6.27%

R = 40.78%
G = 52.94%
B = 6.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#688710 (or 0x688710) is known color: Olive Drab. HEX triplet: 68, 87 and 10. RGB value is (104,135,16). Sum of RGB (Red+Green+Blue) = 104+135+16=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #688710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688710 is #9778EF. Grayscale: #707070. Windows color (decimal): -9926896 or 1083240. OLE color: 1083240.

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

Color convert

RGB 104 135 16 -
CMYK 0.23 0 0.88 0.47
HSL 75.63º 0.79% 0.3% -
HSV(B) 75.63º 0.88% 0.53% -
XYZ 14.47 20.31 3.65 -
YUV 112.17 73.73 122.18 -
System Red Green Blue C M Y K H S L
Decimal 104 135 16 0.23 0 0.88 0.47 75.63 0.79 0.3
Hex 68 87 10 17 0 58 2F 4C 4F 1E
Octal 150 207 20 27 0 130 57 114 117 36
Binary 1101000 10000111 10000 10111 0 1011000 101111 1001100 1001111 11110

Color Harmonies of #688710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688710

Black with #688710

Text Example


Text Example

White with #688710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688710; }

 p { color: rgb(104,135,16); }

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

background-color css

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

 a { background-color: rgb(104,135,16); }

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

border-color css

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

 span { border-color: rgb(104,135,16); }

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