Html Css Color HEX #688D12 Olive Drab

📋 copy color: '#688D12'

red 104 ◦ green 141 ◦ blue 18

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

Shades of Olive Drab #688D12

Tints of Olive Drab #688D12

RGB

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

 GREEN value IS 141 (55.47% from 255) = 53.61%

 BLUE value IS 18 (7.42% from 255) = 6.84%

R = 39.54%
G = 53.61%
B = 6.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.45

RGB Variations

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

Color information

#688D12 (or 0x688D12) is known color: Olive Drab. HEX triplet: 68, 8D and 12. RGB value is (104,141,18). Sum of RGB (Red+Green+Blue) = 104+141+18=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 141 (55.47% from 255 or 53.61% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 141 - color contains mainly: green. Hex color #688D12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688D12 is #9772ED. Grayscale: #747474. Windows color (decimal): -9925358 or 1215848. OLE color: 1215848.

HSL color Cylindrical-coordinate representation of color #688D12: hue angle of 78.05º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #688D12 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 141 18 -
CMYK 0.26 0 0.87 0.45
HSL 78.05º 0.77% 0.31% -
HSV(B) 78.05º 0.87% 0.55% -
XYZ 15.34 22.04 4.02 -
YUV 115.92 72.74 119.5 -
System Red Green Blue C M Y K H S L
Decimal 104 141 18 0.26 0 0.87 0.45 78.05 0.77 0.31
Hex 68 8D 12 1A 0 57 2D 4E 4D 1F
Octal 150 215 22 32 0 127 55 116 115 37
Binary 1101000 10001101 10010 11010 0 1010111 101101 1001110 1001101 11111

Color Harmonies of #688D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688D12

Black with #688D12

Text Example


Text Example

White with #688D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688D12; }

 p { color: rgb(104,141,18); }

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

background-color css

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

 a { background-color: rgb(104,141,18); }

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

border-color css

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

 span { border-color: rgb(104,141,18); }

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