Html Css Color HEX #687148 Woodland

📋 copy color: '#687148'

red 104 ◦ green 113 ◦ blue 72

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

Shades of Woodland #687148

Tints of Woodland #687148

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.1%

 BLUE value IS 72 (28.52% from 255) = 24.91%

R = 35.99%
G = 39.1%
B = 24.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#687148 (or 0x687148) is known color: Woodland. HEX triplet: 68, 71 and 48. RGB value is (104,113,72). Sum of RGB (Red+Green+Blue) = 104+113+72=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 113 - color contains mainly: green. Hex color #687148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687148 is #978EB7. Grayscale: #696969. Windows color (decimal): -9932472 or 4747624. OLE color: 4747624.

HSL color Cylindrical-coordinate representation of color #687148: hue angle of 73.17º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #687148 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 113 72 -
CMYK 0.08 0 0.36 0.56
HSL 73.17º 0.22% 0.36% -
HSV(B) 73.17º 0.36% 0.44% -
XYZ 12.78 15.22 8.4 -
YUV 105.64 109.02 126.83 -
System Red Green Blue C M Y K H S L
Decimal 104 113 72 0.08 0 0.36 0.56 73.17 0.22 0.36
Hex 68 71 48 8 0 24 38 49 16 24
Octal 150 161 110 10 0 44 70 111 26 44
Binary 1101000 1110001 1001000 1000 0 100100 111000 1001001 10110 100100

Color Harmonies of #687148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687148

Black with #687148

Text Example


Text Example

White with #687148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687148; }

 p { color: rgb(104,113,72); }

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

background-color css

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

 a { background-color: rgb(104,113,72); }

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

border-color css

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

 span { border-color: rgb(104,113,72); }

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