Html Css Color HEX #668168 Laurel

📋 copy color: '#668168'

red 102 ◦ green 129 ◦ blue 104

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

Shades of Laurel #668168

Tints of Laurel #668168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.51%

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

R = 30.45%
G = 38.51%
B = 31.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#668168 (or 0x668168) is known color: Laurel. HEX triplet: 66, 81 and 68. RGB value is (102,129,104). Sum of RGB (Red+Green+Blue) = 102+129+104=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 129 - color contains mainly: green. Hex color #668168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668168 is #997E97. Grayscale: #767676. Windows color (decimal): -10059416 or 6848870. OLE color: 6848870.

HSL color Cylindrical-coordinate representation of color #668168: hue angle of 124.44º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #668168 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 129 104 -
CMYK 0.21 0 0.19 0.49
HSL 124.44º 0.12% 0.45% -
HSV(B) 124.44º 0.21% 0.51% -
XYZ 15.83 19.52 16.03 -
YUV 118.08 120.05 116.53 -
System Red Green Blue C M Y K H S L
Decimal 102 129 104 0.21 0 0.19 0.49 124.44 0.12 0.45
Hex 66 81 68 15 0 13 31 7C C 2D
Octal 146 201 150 25 0 23 61 174 14 55
Binary 1100110 10000001 1101000 10101 0 10011 110001 1111100 1100 101101

Color Harmonies of #668168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668168

Black with #668168

Text Example


Text Example

White with #668168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668168; }

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

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

background-color css

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

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

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

border-color css

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

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

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