Html Css Color HEX #677669 Laurel

📋 copy color: '#677669'

red 103 ◦ green 118 ◦ blue 105

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

Shades of Laurel #677669

Tints of Laurel #677669

RGB

 RED value IS 103 (40.63% from 255) = 31.6%

 GREEN value IS 118 (46.48% from 255) = 36.2%

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

R = 31.6%
G = 36.2%
B = 32.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#677669 (or 0x677669) is known color: Laurel. HEX triplet: 67, 76 and 69. RGB value is (103,118,105). Sum of RGB (Red+Green+Blue) = 103+118+105=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 118 - color contains mainly: green. Hex color #677669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677669 is #988996. Grayscale: #707070. Windows color (decimal): -9996695 or 6911591. OLE color: 6911591.

HSL color Cylindrical-coordinate representation of color #677669: hue angle of 128º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #677669 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 118 105 -
CMYK 0.13 0 0.11 0.54
HSL 128º 0.07% 0.43% -
HSV(B) 128º 0.13% 0.46% -
XYZ 14.62 16.86 15.85 -
YUV 112.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 103 118 105 0.13 0 0.11 0.54 128 0.07 0.43
Hex 67 76 69 D 0 B 36 80 7 2B
Octal 147 166 151 15 0 13 66 200 7 53
Binary 1100111 1110110 1101001 1101 0 1011 110110 10000000 111 101011

Color Harmonies of #677669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677669

Black with #677669

Text Example


Text Example

White with #677669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677669; }

 p { color: rgb(103,118,105); }

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

background-color css

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

 a { background-color: rgb(103,118,105); }

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

border-color css

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

 span { border-color: rgb(103,118,105); }

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