Html Css Color HEX #688C2B Olive Drab

📋 copy color: '#688C2B'

red 104 ◦ green 140 ◦ blue 43

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

Shades of Olive Drab #688C2B

Tints of Olive Drab #688C2B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 48.78%

 BLUE value IS 43 (17.19% from 255) = 14.98%

R = 36.24%
G = 48.78%
B = 14.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#688C2B (or 0x688C2B) is known color: Olive Drab. HEX triplet: 68, 8C and 2B. RGB value is (104,140,43). Sum of RGB (Red+Green+Blue) = 104+140+43=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 140 (55.08% from 255 or 48.78% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 140 - color contains mainly: green. Hex color #688C2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688C2B is #9773D4. Grayscale: #767676. Windows color (decimal): -9925589 or 2853992. OLE color: 2853992.

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

Color convert

RGB 104 140 43 -
CMYK 0.26 0 0.69 0.45
HSL 82.27º 0.53% 0.36% -
HSV(B) 82.27º 0.69% 0.55% -
XYZ 15.52 21.87 5.69 -
YUV 118.18 85.57 117.89 -
System Red Green Blue C M Y K H S L
Decimal 104 140 43 0.26 0 0.69 0.45 82.27 0.53 0.36
Hex 68 8C 2B 1A 0 45 2D 52 35 24
Octal 150 214 53 32 0 105 55 122 65 44
Binary 1101000 10001100 101011 11010 0 1000101 101101 1010010 110101 100100

Color Harmonies of #688C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688C2B

Black with #688C2B

Text Example


Text Example

White with #688C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,140,43); }

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

background-color css

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

 a { background-color: rgb(104,140,43); }

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

border-color css

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

 span { border-color: rgb(104,140,43); }

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