Html Css Color HEX #668568 Laurel

📋 copy color: '#668568'

red 102 ◦ green 133 ◦ blue 104

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

Shades of Laurel #668568

Tints of Laurel #668568

RGB

 RED value IS 102 (40.23% from 255) = 30.09%

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

 BLUE value IS 104 (41.02% from 255) = 30.68%

R = 30.09%
G = 39.23%
B = 30.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#668568 (or 0x668568) is known color: Laurel. HEX triplet: 66, 85 and 68. RGB value is (102,133,104). Sum of RGB (Red+Green+Blue) = 102+133+104=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 133 - color contains mainly: green. Hex color #668568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668568 is #997A97. Grayscale: #787878. Windows color (decimal): -10058392 or 6849894. OLE color: 6849894.

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

Color convert

RGB 102 133 104 -
CMYK 0.23 0 0.22 0.48
HSL 123.87º 0.13% 0.46% -
HSV(B) 123.87º 0.23% 0.52% -
XYZ 16.37 20.6 16.21 -
YUV 120.43 118.73 114.86 -
System Red Green Blue C M Y K H S L
Decimal 102 133 104 0.23 0 0.22 0.48 123.87 0.13 0.46
Hex 66 85 68 17 0 16 30 7C D 2E
Octal 146 205 150 27 0 26 60 174 15 56
Binary 1100110 10000101 1101000 10111 0 10110 110000 1111100 1101 101110

Color Harmonies of #668568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668568

Black with #668568

Text Example


Text Example

White with #668568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668568; }

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

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

background-color css

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

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

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

border-color css

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

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

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