Html Css Color HEX #668868 Laurel

📋 copy color: '#668868'

red 102 ◦ green 136 ◦ blue 104

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

Shades of Laurel #668868

Tints of Laurel #668868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.77%

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

R = 29.82%
G = 39.77%
B = 30.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#668868 (or 0x668868) is known color: Laurel. HEX triplet: 66, 88 and 68. RGB value is (102,136,104). Sum of RGB (Red+Green+Blue) = 102+136+104=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 136 - color contains mainly: green. Hex color #668868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668868 is #997797. Grayscale: #7A7A7A. Windows color (decimal): -10057624 or 6850662. OLE color: 6850662.

HSL color Cylindrical-coordinate representation of color #668868: hue angle of 123.53º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #668868 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 136 104 -
CMYK 0.25 0 0.24 0.47
HSL 123.53º 0.14% 0.47% -
HSV(B) 123.53º 0.25% 0.53% -
XYZ 16.78 21.43 16.35 -
YUV 122.19 117.74 113.6 -
System Red Green Blue C M Y K H S L
Decimal 102 136 104 0.25 0 0.24 0.47 123.53 0.14 0.47
Hex 66 88 68 19 0 18 2F 7C E 2F
Octal 146 210 150 31 0 30 57 174 16 57
Binary 1100110 10001000 1101000 11001 0 11000 101111 1111100 1110 101111

Color Harmonies of #668868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668868

Black with #668868

Text Example


Text Example

White with #668868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668868; }

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

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

background-color css

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

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

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

border-color css

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

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

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