Html Css Color HEX #667969 Laurel

📋 copy color: '#667969'

red 102 ◦ green 121 ◦ blue 105

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

Shades of Laurel #667969

Tints of Laurel #667969

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.89%

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

R = 31.1%
G = 36.89%
B = 32.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#667969 (or 0x667969) is known color: Laurel. HEX triplet: 66, 79 and 69. RGB value is (102,121,105). Sum of RGB (Red+Green+Blue) = 102+121+105=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 121 - color contains mainly: green. Hex color #667969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667969 is #998696. Grayscale: #717171. Windows color (decimal): -10061463 or 6912358. OLE color: 6912358.

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

Color convert

RGB 102 121 105 -
CMYK 0.16 0 0.13 0.53
HSL 129.47º 0.09% 0.44% -
HSV(B) 129.47º 0.16% 0.47% -
XYZ 14.87 17.52 15.96 -
YUV 113.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 102 121 105 0.16 0 0.13 0.53 129.47 0.09 0.44
Hex 66 79 69 10 0 D 35 81 9 2C
Octal 146 171 151 20 0 15 65 201 11 54
Binary 1100110 1111001 1101001 10000 0 1101 110101 10000001 1001 101100

Color Harmonies of #667969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667969

Black with #667969

Text Example


Text Example

White with #667969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667969; }

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

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

background-color css

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

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

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

border-color css

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

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

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