Html Css Color HEX #677768 Laurel

📋 copy color: '#677768'

red 103 ◦ green 119 ◦ blue 104

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

Shades of Laurel #677768

Tints of Laurel #677768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.5%

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

R = 31.6%
G = 36.5%
B = 31.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#677768 (or 0x677768) is known color: Laurel. HEX triplet: 67, 77 and 68. RGB value is (103,119,104). Sum of RGB (Red+Green+Blue) = 103+119+104=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 119 - color contains mainly: green. Hex color #677768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677768 is #988897. Grayscale: #707070. Windows color (decimal): -9996440 or 6846311. OLE color: 6846311.

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

Color convert

RGB 103 119 104 -
CMYK 0.13 0 0.13 0.53
HSL 123.75º 0.07% 0.44% -
HSV(B) 123.75º 0.13% 0.47% -
XYZ 14.69 17.08 15.62 -
YUV 112.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 103 119 104 0.13 0 0.13 0.53 123.75 0.07 0.44
Hex 67 77 68 D 0 D 35 7C 7 2C
Octal 147 167 150 15 0 15 65 174 7 54
Binary 1100111 1110111 1101000 1101 0 1101 110101 1111100 111 101100

Color Harmonies of #677768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677768

Black with #677768

Text Example


Text Example

White with #677768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677768; }

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

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

background-color css

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

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

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

border-color css

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

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

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