Html Css Color HEX #688508 Olive Drab

📋 copy color: '#688508'

red 104 ◦ green 133 ◦ blue 8

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

Shades of Olive Drab #688508

Tints of Olive Drab #688508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.27%

R = 42.45%
G = 54.29%
B = 3.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#688508 (or 0x688508) is known color: Olive Drab. HEX triplet: 68, 85 and 08. RGB value is (104,133,8). Sum of RGB (Red+Green+Blue) = 104+133+8=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #688508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688508 is #977AF7. Grayscale: #6E6E6E. Windows color (decimal): -9927416 or 558440. OLE color: 558440.

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

Color convert

RGB 104 133 8 -
CMYK 0.22 0 0.94 0.48
HSL 73.92º 0.89% 0.28% -
HSV(B) 73.92º 0.94% 0.52% -
XYZ 14.14 19.74 3.29 -
YUV 110.08 70.39 123.66 -
System Red Green Blue C M Y K H S L
Decimal 104 133 8 0.22 0 0.94 0.48 73.92 0.89 0.28
Hex 68 85 8 16 0 5E 30 4A 59 1C
Octal 150 205 10 26 0 136 60 112 131 34
Binary 1101000 10000101 1000 10110 0 1011110 110000 1001010 1011001 11100

Color Harmonies of #688508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688508

Black with #688508

Text Example


Text Example

White with #688508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688508; }

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

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

background-color css

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

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

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

border-color css

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

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

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