Html Css Color HEX #677368 Laurel

📋 copy color: '#677368'

red 103 ◦ green 115 ◦ blue 104

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

Shades of Laurel #677368

Tints of Laurel #677368

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.71%

 BLUE value IS 104 (41.02% from 255) = 32.3%

R = 31.99%
G = 35.71%
B = 32.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#677368 (or 0x677368) is known color: Laurel. HEX triplet: 67, 73 and 68. RGB value is (103,115,104). Sum of RGB (Red+Green+Blue) = 103+115+104=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 115 - color contains mainly: green. Hex color #677368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677368 is #988C97. Grayscale: #6E6E6E. Windows color (decimal): -9997464 or 6845287. OLE color: 6845287.

HSL color Cylindrical-coordinate representation of color #677368: hue angle of 125º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #677368 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 115 104 -
CMYK 0.10 0 0.10 0.55
HSL 125º 0.06% 0.43% -
HSV(B) 125º 0.1% 0.45% -
XYZ 14.22 16.14 15.46 -
YUV 110.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 103 115 104 0.10 0 0.10 0.55 125 0.06 0.43
Hex 67 73 68 A 0 A 37 7D 6 2B
Octal 147 163 150 12 0 12 67 175 6 53
Binary 1100111 1110011 1101000 1010 0 1010 110111 1111101 110 101011

Color Harmonies of #677368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677368

Black with #677368

Text Example


Text Example

White with #677368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677368; }

 p { color: rgb(103,115,104); }

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

background-color css

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

 a { background-color: rgb(103,115,104); }

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

border-color css

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

 span { border-color: rgb(103,115,104); }

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