Html Css Color HEX #667A68 Laurel

📋 copy color: '#667A68'

red 102 ◦ green 122 ◦ blue 104

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

Shades of Laurel #667A68

Tints of Laurel #667A68

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.2%

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

R = 31.1%
G = 37.2%
B = 31.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#667A68 (or 0x667A68) is known color: Laurel. HEX triplet: 66, 7A and 68. RGB value is (102,122,104). Sum of RGB (Red+Green+Blue) = 102+122+104=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 122 - color contains mainly: green. Hex color #667A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667A68 is #998597. Grayscale: #727272. Windows color (decimal): -10061208 or 6847078. OLE color: 6847078.

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

Color convert

RGB 102 122 104 -
CMYK 0.16 0 0.15 0.52
HSL 126º 0.09% 0.44% -
HSV(B) 126º 0.16% 0.48% -
XYZ 14.94 17.74 15.73 -
YUV 113.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 102 122 104 0.16 0 0.15 0.52 126 0.09 0.44
Hex 66 7A 68 10 0 F 34 7E 9 2C
Octal 146 172 150 20 0 17 64 176 11 54
Binary 1100110 1111010 1101000 10000 0 1111 110100 1111110 1001 101100

Color Harmonies of #667A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667A68

Black with #667A68

Text Example


Text Example

White with #667A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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