Html Css Color HEX #677968 Laurel

📋 copy color: '#677968'

red 103 ◦ green 121 ◦ blue 104

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

Shades of Laurel #677968

Tints of Laurel #677968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.89%

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

R = 31.4%
G = 36.89%
B = 31.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#677968 (or 0x677968) is known color: Laurel. HEX triplet: 67, 79 and 68. RGB value is (103,121,104). Sum of RGB (Red+Green+Blue) = 103+121+104=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 121 - color contains mainly: green. Hex color #677968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677968 is #988697. Grayscale: #717171. Windows color (decimal): -9995928 or 6846823. OLE color: 6846823.

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

Color convert

RGB 103 121 104 -
CMYK 0.15 0 0.14 0.53
HSL 123.33º 0.08% 0.44% -
HSV(B) 123.33º 0.15% 0.47% -
XYZ 14.93 17.56 15.7 -
YUV 113.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 103 121 104 0.15 0 0.14 0.53 123.33 0.08 0.44
Hex 67 79 68 F 0 E 35 7B 8 2C
Octal 147 171 150 17 0 16 65 173 10 54
Binary 1100111 1111001 1101000 1111 0 1110 110101 1111011 1000 101100

Color Harmonies of #677968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677968

Black with #677968

Text Example


Text Example

White with #677968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677968; }

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

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

background-color css

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

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

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

border-color css

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

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

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