Html Css Color HEX #667A69 Laurel

📋 copy color: '#667A69'

red 102 ◦ green 122 ◦ blue 105

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

Shades of Laurel #667A69

Tints of Laurel #667A69

RGB

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

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

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

R = 31%
G = 37.08%
B = 31.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.52

RGB Variations

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

Color information

#667A69 (or 0x667A69) is known color: Laurel. HEX triplet: 66, 7A and 69. RGB value is (102,122,105). Sum of RGB (Red+Green+Blue) = 102+122+105=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 122 - color contains mainly: green. Hex color #667A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667A69 is #998596. Grayscale: #727272. Windows color (decimal): -10061207 or 6912614. OLE color: 6912614.

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

Color convert

RGB 102 122 105 -
CMYK 0.16 0 0.14 0.52
HSL 129º 0.09% 0.44% -
HSV(B) 129º 0.16% 0.48% -
XYZ 14.99 17.76 16 -
YUV 114.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 102 122 105 0.16 0 0.14 0.52 129 0.09 0.44
Hex 66 7A 69 10 0 E 34 81 9 2C
Octal 146 172 151 20 0 16 64 201 11 54
Binary 1100110 1111010 1101001 10000 0 1110 110100 10000001 1001 101100

Color Harmonies of #667A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667A69

Black with #667A69

Text Example


Text Example

White with #667A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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