Html Css Color HEX #688569 Laurel

📋 copy color: '#688569'

red 104 ◦ green 133 ◦ blue 105

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

Shades of Laurel #688569

Tints of Laurel #688569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.7%

R = 30.41%
G = 38.89%
B = 30.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#688569 (or 0x688569) is known color: Laurel. HEX triplet: 68, 85 and 69. RGB value is (104,133,105). Sum of RGB (Red+Green+Blue) = 104+133+105=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #688569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688569 is #977A96. Grayscale: #797979. Windows color (decimal): -9927319 or 6915432. OLE color: 6915432.

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

Color convert

RGB 104 133 105 -
CMYK 0.22 0 0.21 0.48
HSL 122.07º 0.12% 0.46% -
HSV(B) 122.07º 0.22% 0.52% -
XYZ 16.65 20.74 16.49 -
YUV 121.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 104 133 105 0.22 0 0.21 0.48 122.07 0.12 0.46
Hex 68 85 69 16 0 15 30 7A C 2E
Octal 150 205 151 26 0 25 60 172 14 56
Binary 1101000 10000101 1101001 10110 0 10101 110000 1111010 1100 101110

Color Harmonies of #688569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688569

Black with #688569

Text Example


Text Example

White with #688569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688569; }

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

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

background-color css

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

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

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

border-color css

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

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

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