Html Css Color HEX #677869 Laurel

📋 copy color: '#677869'

red 103 ◦ green 120 ◦ blue 105

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

Shades of Laurel #677869

Tints of Laurel #677869

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.59%

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

R = 31.4%
G = 36.59%
B = 32.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#677869 (or 0x677869) is known color: Laurel. HEX triplet: 67, 78 and 69. RGB value is (103,120,105). Sum of RGB (Red+Green+Blue) = 103+120+105=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 120 - color contains mainly: green. Hex color #677869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677869 is #988796. Grayscale: #717171. Windows color (decimal): -9996183 or 6912103. OLE color: 6912103.

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

Color convert

RGB 103 120 105 -
CMYK 0.14 0 0.13 0.53
HSL 127.06º 0.08% 0.44% -
HSV(B) 127.06º 0.14% 0.47% -
XYZ 14.86 17.34 15.93 -
YUV 113.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 103 120 105 0.14 0 0.13 0.53 127.06 0.08 0.44
Hex 67 78 69 E 0 D 35 7F 8 2C
Octal 147 170 151 16 0 15 65 177 10 54
Binary 1100111 1111000 1101001 1110 0 1101 110101 1111111 1000 101100

Color Harmonies of #677869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677869

Black with #677869

Text Example


Text Example

White with #677869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677869; }

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

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

background-color css

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

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

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

border-color css

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

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

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