Html Css Color HEX #667B68 Laurel

📋 copy color: '#667B68'

red 102 ◦ green 123 ◦ blue 104

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

Shades of Laurel #667B68

Tints of Laurel #667B68

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.39%

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

R = 31%
G = 37.39%
B = 31.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#667B68 (or 0x667B68) is known color: Laurel. HEX triplet: 66, 7B and 68. RGB value is (102,123,104). Sum of RGB (Red+Green+Blue) = 102+123+104=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 123 - color contains mainly: green. Hex color #667B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667B68 is #998497. Grayscale: #727272. Windows color (decimal): -10060952 or 6847334. OLE color: 6847334.

HSL color Cylindrical-coordinate representation of color #667B68: hue angle of 125.71º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #667B68 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 102 123 104 -
CMYK 0.17 0 0.15 0.52
HSL 125.71º 0.09% 0.44% -
HSV(B) 125.71º 0.17% 0.48% -
XYZ 15.06 17.99 15.78 -
YUV 114.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 102 123 104 0.17 0 0.15 0.52 125.71 0.09 0.44
Hex 66 7B 68 11 0 F 34 7E 9 2C
Octal 146 173 150 21 0 17 64 176 11 54
Binary 1100110 1111011 1101000 10001 0 1111 110100 1111110 1001 101100

Color Harmonies of #667B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667B68

Black with #667B68

Text Example


Text Example

White with #667B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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