Html Css Color HEX #687248 Woodland

📋 copy color: '#687248'

red 104 ◦ green 114 ◦ blue 72

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

Shades of Woodland #687248

Tints of Woodland #687248

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.31%

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

R = 35.86%
G = 39.31%
B = 24.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#687248 (or 0x687248) is known color: Woodland. HEX triplet: 68, 72 and 48. RGB value is (104,114,72). Sum of RGB (Red+Green+Blue) = 104+114+72=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #687248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687248 is #978DB7. Grayscale: #6A6A6A. Windows color (decimal): -9932216 or 4747880. OLE color: 4747880.

HSL color Cylindrical-coordinate representation of color #687248: hue angle of 74.29º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #687248 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 114 72 -
CMYK 0.09 0 0.37 0.55
HSL 74.29º 0.23% 0.36% -
HSV(B) 74.29º 0.37% 0.45% -
XYZ 12.9 15.45 8.43 -
YUV 106.22 108.69 126.42 -
System Red Green Blue C M Y K H S L
Decimal 104 114 72 0.09 0 0.37 0.55 74.29 0.23 0.36
Hex 68 72 48 9 0 25 37 4A 17 24
Octal 150 162 110 11 0 45 67 112 27 44
Binary 1101000 1110010 1001000 1001 0 100101 110111 1001010 10111 100100

Color Harmonies of #687248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687248

Black with #687248

Text Example


Text Example

White with #687248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687248; }

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

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

background-color css

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

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

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

border-color css

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

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

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