Html Css Color HEX #688510 Olive Drab

📋 copy color: '#688510'

red 104 ◦ green 133 ◦ blue 16

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

Shades of Olive Drab #688510

Tints of Olive Drab #688510

RGB

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

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

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

R = 41.11%
G = 52.57%
B = 6.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#688510 (or 0x688510) is known color: Olive Drab. HEX triplet: 68, 85 and 10. RGB value is (104,133,16). Sum of RGB (Red+Green+Blue) = 104+133+16=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #688510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688510 is #977AEF. Grayscale: #6F6F6F. Windows color (decimal): -9927408 or 1082728. OLE color: 1082728.

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

Color convert

RGB 104 133 16 -
CMYK 0.22 0 0.88 0.48
HSL 74.87º 0.79% 0.29% -
HSV(B) 74.87º 0.88% 0.52% -
XYZ 14.19 19.76 3.56 -
YUV 110.99 74.39 123.01 -
System Red Green Blue C M Y K H S L
Decimal 104 133 16 0.22 0 0.88 0.48 74.87 0.79 0.29
Hex 68 85 10 16 0 58 30 4B 4F 1D
Octal 150 205 20 26 0 130 60 113 117 35
Binary 1101000 10000101 10000 10110 0 1011000 110000 1001011 1001111 11101

Color Harmonies of #688510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688510

Black with #688510

Text Example


Text Example

White with #688510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688510; }

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

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

background-color css

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

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

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

border-color css

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

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

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