Html Css Color HEX #667B69 Laurel

📋 copy color: '#667B69'

red 102 ◦ green 123 ◦ blue 105

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

Shades of Laurel #667B69

Tints of Laurel #667B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.82%

R = 30.91%
G = 37.27%
B = 31.82%

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

#667B69 (or 0x667B69) is known color: Laurel. HEX triplet: 66, 7B and 69. RGB value is (102,123,105). Sum of RGB (Red+Green+Blue) = 102+123+105=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 123 - color contains mainly: green. Hex color #667B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667B69 is #998496. Grayscale: #727272. Windows color (decimal): -10060951 or 6912870. OLE color: 6912870.

HSL color Cylindrical-coordinate representation of color #667B69: hue angle of 128.57º 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 #667B69 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 102 123 105 -
CMYK 0.17 0 0.15 0.52
HSL 128.57º 0.09% 0.44% -
HSV(B) 128.57º 0.17% 0.48% -
XYZ 15.11 18.01 16.04 -
YUV 114.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 102 123 105 0.17 0 0.15 0.52 128.57 0.09 0.44
Hex 66 7B 69 11 0 F 34 81 9 2C
Octal 146 173 151 21 0 17 64 201 11 54
Binary 1100110 1111011 1101001 10001 0 1111 110100 10000001 1001 101100

Color Harmonies of #667B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667B69

Black with #667B69

Text Example


Text Example

White with #667B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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