Html Css Color HEX #667868 Laurel

📋 copy color: '#667868'

red 102 ◦ green 120 ◦ blue 104

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

Shades of Laurel #667868

Tints of Laurel #667868

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.81%

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

R = 31.29%
G = 36.81%
B = 31.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#667868 (or 0x667868) is known color: Laurel. HEX triplet: 66, 78 and 68. RGB value is (102,120,104). Sum of RGB (Red+Green+Blue) = 102+120+104=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 120 - color contains mainly: green. Hex color #667868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667868 is #998797. Grayscale: #707070. Windows color (decimal): -10061720 or 6846566. OLE color: 6846566.

HSL color Cylindrical-coordinate representation of color #667868: hue angle of 126.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #667868 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 120 104 -
CMYK 0.15 0 0.13 0.53
HSL 126.67º 0.08% 0.44% -
HSV(B) 126.67º 0.15% 0.47% -
XYZ 14.69 17.26 15.65 -
YUV 112.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 102 120 104 0.15 0 0.13 0.53 126.67 0.08 0.44
Hex 66 78 68 F 0 D 35 7F 8 2C
Octal 146 170 150 17 0 15 65 177 10 54
Binary 1100110 1111000 1101000 1111 0 1101 110101 1111111 1000 101100

Color Harmonies of #667868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667868

Black with #667868

Text Example


Text Example

White with #667868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667868; }

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

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

background-color css

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

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

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

border-color css

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

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

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