Html Css Color HEX #667768 Laurel

📋 copy color: '#667768'

red 102 ◦ green 119 ◦ blue 104

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

Shades of Laurel #667768

Tints of Laurel #667768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.62%

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

R = 31.38%
G = 36.62%
B = 32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#667768 (or 0x667768) is known color: Laurel. HEX triplet: 66, 77 and 68. RGB value is (102,119,104). Sum of RGB (Red+Green+Blue) = 102+119+104=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 119 - color contains mainly: green. Hex color #667768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667768 is #998897. Grayscale: #707070. Windows color (decimal): -10061976 or 6846310. OLE color: 6846310.

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

Color convert

RGB 102 119 104 -
CMYK 0.14 0 0.13 0.53
HSL 127.06º 0.08% 0.43% -
HSV(B) 127.06º 0.14% 0.47% -
XYZ 14.58 17.02 15.61 -
YUV 112.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 102 119 104 0.14 0 0.13 0.53 127.06 0.08 0.43
Hex 66 77 68 E 0 D 35 7F 8 2B
Octal 146 167 150 16 0 15 65 177 10 53
Binary 1100110 1110111 1101000 1110 0 1101 110101 1111111 1000 101011

Color Harmonies of #667768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667768

Black with #667768

Text Example


Text Example

White with #667768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667768; }

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

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

background-color css

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

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

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

border-color css

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

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

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