Html Css Color HEX #688511 Olive Drab

📋 copy color: '#688511'

red 104 ◦ green 133 ◦ blue 17

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

Shades of Olive Drab #688511

Tints of Olive Drab #688511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.36%

 BLUE value IS 17 (7.03% from 255) = 6.69%

R = 40.94%
G = 52.36%
B = 6.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#688511 (or 0x688511) is known color: Olive Drab. HEX triplet: 68, 85 and 11. RGB value is (104,133,17). Sum of RGB (Red+Green+Blue) = 104+133+17=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #688511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688511 is #977AEE. Grayscale: #6F6F6F. Windows color (decimal): -9927407 or 1148264. OLE color: 1148264.

HSL color Cylindrical-coordinate representation of color #688511: hue angle of 75º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #688511 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 133 17 -
CMYK 0.22 0 0.87 0.48
HSL 75º 0.77% 0.29% -
HSV(B) 75º 0.87% 0.52% -
XYZ 14.2 19.76 3.6 -
YUV 111.11 74.89 122.93 -
System Red Green Blue C M Y K H S L
Decimal 104 133 17 0.22 0 0.87 0.48 75 0.77 0.29
Hex 68 85 11 16 0 57 30 4B 4D 1D
Octal 150 205 21 26 0 127 60 113 115 35
Binary 1101000 10000101 10001 10110 0 1010111 110000 1001011 1001101 11101

Color Harmonies of #688511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688511

Black with #688511

Text Example


Text Example

White with #688511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688511; }

 p { color: rgb(104,133,17); }

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

background-color css

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

 a { background-color: rgb(104,133,17); }

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

border-color css

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

 span { border-color: rgb(104,133,17); }

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